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 <claprun@redhat.com>
  • Loading branch information
metacosm committed Aug 13, 2024
1 parent acd9603 commit 5dbae78
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=$(./mvnw 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 5dbae78

Please sign in to comment.