Skip to content

Commit

Permalink
fix: force 999-SNAPSHOT Quarkus
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Jan 10, 2024
1 parent 389b23c commit 378acd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
# - '.platforms[0].streams[] | select(.id == "3.6") | .releases[0].version'
uses: ./.github/workflows/build-for-quarkus-version.yml
with:
quarkus-version-jq-cmd: ${{ matrix.quarkus-version-jq-cmd }}
# quarkus-version: 3.6.0
# quarkus-version-jq-cmd: ${{ matrix.quarkus-version-jq-cmd }}
quarkus-version: 999-SNAPSHOT
java-version: ${{ matrix.java-version }}
branch: ${{ needs.extract-branch-name.outputs.branch_name }}
native-modules: "integration-tests"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nightly-build-with-f8-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
build-for-latest-quarkus-version:
uses: ./.github/workflows/build-for-quarkus-version.yml
with:
quarkus-version-jq-cmd: '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
# quarkus-version-jq-cmd: '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
quarkus-version: 999-SNAPSHOT
java-version: 17
branch: "next-fabric8-version"
native-modules: "integration-tests,samples"
Expand Down

0 comments on commit 378acd2

Please sign in to comment.