Skip to content

Commit

Permalink
wip: use snapshots profile to build Quarkus
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Aug 12, 2024
1 parent 884b8a2 commit df087ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-for-quarkus-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
git switch pr-to-check
./update-version.sh 999.${{ github.event.inputs.quarkus-pr }}-SNAPSHOT
echo "quarkus_f8_version=$(mvn help:evaluate -Dexpression=kubernetes-client.version -q -DforceStdout)" >> $GITHUB_OUTPUT
./mvnw -Dquickly
./mvnw -Dquickly -Puse-snapshots
cd -
- name: Check-out Fabric8 client PR if requested
Expand Down

0 comments on commit df087ae

Please sign in to comment.