Skip to content

Commit

Permalink
update build2.sh to improved validator
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewein committed Sep 4, 2024
1 parent b056d00 commit c05dbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
docker run --rm -i -v $PROJECT:/src -v $PROJECT/target:/target difi/vefa-structure:0.7 || exit 2

# Validator
docker run --rm -i -v $PROJECT:/src anskaffelser/validator:2.1.0 build -x -t -n eu.peppol.postaward.v3.billing -a rules,guide -target target/validator /src || exit 3
ocker run --rm -i -v $PROJECT:/src phelger/vefa-validator:2.3.0 build -x -t -n eu.peppol.postaward.v3.billing -a rules,guide -target target/validator /src || exit 3


# Generate adoc-files from rules
Expand Down

0 comments on commit c05dbb6

Please sign in to comment.