Skip to content

Commit 4e0e3c6

Browse files
committed
fix: adapt to new build-for-quarkus-version workflow
1 parent 3d68fd9 commit 4e0e3c6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/nightly-build-with-f8-snapshot.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,10 @@ on:
55
- cron: '0 0 * * *' # run each day at midnight
66

77
jobs:
8-
latest-quarkus-version:
9-
runs-on: ubuntu-latest
10-
outputs:
11-
quarkus_version: ${{ steps.latest-quarkus-version.outputs.value }}
12-
steps:
13-
- id: latest-quarkus-version
14-
uses: sergeysova/jq-action@v2
15-
with:
16-
cmd: curl https://registry.quarkus.io/client/platforms | jq '.platforms[0]."current-stream-id" as $current | .platforms[0].streams[] | select(.id == $current) | .releases[0].version'
17-
188
build-for-latest-quarkus-version:
19-
needs:
20-
- latest-quarkus-version
219
uses: ./.github/workflows/build-for-quarkus-version.yml
2210
with:
23-
quarkus-version: ${{ needs.latest-quarkus-version.outputs.quarkus_version }}
11+
quarkus-version-jq-cmd: '.platforms[0].streams[] | select(.id == "3.1") | .releases[0].version'
2412
java-version: 17
2513
branch: "next-fabric8-version"
2614
native-modules: "integration-tests,samples"

0 commit comments

Comments
 (0)