Skip to content

Commit b67f273

Browse files
committed
fix: do not attempt to override Quarkus version for now
Signed-off-by: Chris Laprun <[email protected]>
1 parent 929cca4 commit b67f273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-with-specific-quarkus-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
cd quarkus
3333
git fetch origin pull/${{ github.event.inputs.quarkus_pr }}/head:pr-to-check
3434
git switch pr-to-check
35-
mvn versions:set -DnewVersion=999.${{ github.event.inputs.quarkus_pr }}-SNAPSHOT versions:commit
35+
# mvn versions:set -DnewVersion=999.${{ github.event.inputs.quarkus_pr }}-SNAPSHOT versions:commit
3636
mvn -Dquickly
3737

3838

3939
build-with-quarkus-version:
4040
uses: ./.github/workflows/build-for-quarkus-version.yml
4141
with:
42-
quarkus-version: 999.${{ github.event.inputs.quarkus_pr }}-SNAPSHOT
42+
quarkus-version: 999-SNAPSHOT
4343
java-version: 17
4444
branch: ${{ github.event.inputs.branch }}
4545
native-modules: "samples,integration-tests"

0 commit comments

Comments
 (0)