Skip to content

Commit cab4c29

Browse files
committed
wip: use snapshots profile to build Quarkus
Signed-off-by: Chris Laprun <[email protected]>
1 parent 23e9ba1 commit cab4c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
git switch pr-to-check
144144
./update-version.sh 999.${{ github.event.inputs.quarkus-pr }}-SNAPSHOT
145145
echo "quarkus_f8_version=$(mvn help:evaluate -Dexpression=kubernetes-client.version -q -DforceStdout)" >> $GITHUB_OUTPUT
146-
mvn -Dquickly
146+
mvn -Dquickly -Puse-snapshots
147147
cd -
148148
149149
- name: Check-out Fabric8 client PR if requested

0 commit comments

Comments
 (0)