We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884b8a2 commit df087aeCopy full SHA for df087ae
.github/workflows/build-for-quarkus-version.yml
@@ -143,7 +143,7 @@ jobs:
143
git switch pr-to-check
144
./update-version.sh 999.${{ github.event.inputs.quarkus-pr }}-SNAPSHOT
145
echo "quarkus_f8_version=$(mvn help:evaluate -Dexpression=kubernetes-client.version -q -DforceStdout)" >> $GITHUB_OUTPUT
146
- ./mvnw -Dquickly
+ ./mvnw -Dquickly -Puse-snapshots
147
cd -
148
149
- name: Check-out Fabric8 client PR if requested
0 commit comments