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 6, 2024
1 parent 23e9ba1 commit cab4c29
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
mvn -Dquickly
mvn -Dquickly -Puse-snapshots
cd -
- name: Check-out Fabric8 client PR if requested
Expand Down

0 comments on commit cab4c29

Please sign in to comment.