Skip to content

Commit

Permalink
Merge pull request #1381 from gsmet/fix-quarkus-ecosystem-test
Browse files Browse the repository at this point in the history
Properly parameterize quarkus-ecosystem-test script
  • Loading branch information
gsmet authored Dec 13, 2024
2 parents dbeda2c + dcf3611 commit 0e649d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/quarkus-ecosystem-test
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# update the version
./mvnw versions:set-property -pl . -Dproperty=quarkus.version -DnewVersion=999-SNAPSHOT
./mvnw --settings .github/quarkus-ecosystem-maven-settings.xml -B versions:set-property -pl . -Dproperty=quarkus.version -DnewVersion=${QUARKUS_VERSION} -DgenerateBackupPoms=false

# just run all the tests
./mvnw --settings .github/quarkus-ecosystem-maven-settings.xml -B -ntp -fae clean install

0 comments on commit 0e649d3

Please sign in to comment.