Skip to content

Commit 304f953

Browse files
committed
fix: remove comment as it's messing YAML structure
Signed-off-by: Chris Laprun <[email protected]>
1 parent b67f273 commit 304f953

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ 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
3635
mvn -Dquickly
37-
3836
3937
build-with-quarkus-version:
4038
uses: ./.github/workflows/build-for-quarkus-version.yml

0 commit comments

Comments
 (0)