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 23e9ba1 commit cab4c29Copy full SHA for cab4c29
.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
- mvn -Dquickly
+ mvn -Dquickly -Puse-snapshots
147
cd -
148
149
- name: Check-out Fabric8 client PR if requested
0 commit comments