Skip to content

Commit

Permalink
cicd: Removed jpackage and installer bits
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed May 27, 2023
1 parent 5f12e04 commit dbebef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,9 @@ jobs:
secrets:
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}

jpackage:
name: JPackage
needs: [precheck, jlink]
uses: redis-developer/riot/.github/workflows/step-jpackage.yml@main
with:
project-version: ${{ needs.precheck.outputs.version }}
project-effective-version: early-access

release:
name: Release
needs: [precheck, jlink, jpackage]
needs: [precheck, jlink]
runs-on: ubuntu-latest
outputs:
hashes: ${{ steps.slsa.outputs.HASHES }}
Expand All @@ -58,12 +50,6 @@ jobs:
name: jlink
path: out/jreleaser/assemble/riot-standalone/jlink

- name: Download jpackage
uses: actions/download-artifact@v3
with:
name: jpackage
path: out/jreleaser/assemble/riot-installer/jpackage

- name: Release
uses: jreleaser/release-action@v2
with:
Expand Down
16 changes: 1 addition & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,9 @@ jobs:
secrets:
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}

jpackage:
name: JPackage
needs: [precheck, jlink]
uses: redis-developer/riot/.github/workflows/step-jpackage.yml@main
with:
project-version: ${{ needs.precheck.outputs.version }}
project-effective-version: ${{ needs.precheck.outputs.version }}

release:
name: Release
needs: [precheck, jlink, jpackage]
needs: [precheck, jlink]
runs-on: ubuntu-latest
outputs:
hashes: ${{ steps.slsa.outputs.HASHES }}
Expand All @@ -78,12 +70,6 @@ jobs:
name: jlink
path: out/jreleaser/assemble/riot-standalone/jlink

- name: Download jpackage
uses: actions/download-artifact@v3
with:
name: jpackage
path: out/jreleaser/assemble/riot-installer/jpackage

- name: Setup Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit dbebef0

Please sign in to comment.