Skip to content

Commit

Permalink
cicd: removed OCI build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed May 26, 2023
1 parent 2243b7f commit 56069e7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
4 changes: 0 additions & 4 deletions .github/scripts/decrypt-secrets.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
project-version: ${{ needs.precheck.outputs.version }}
secrets:
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
oci-compartment-id: ${{ secrets.JRELEASER_OCI_COMPARTMENTID }}

jpackage:
name: JPackage
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
project-version: ${{ needs.precheck.outputs.version }}
secrets:
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
oci-compartment-id: ${{ secrets.JRELEASER_OCI_COMPARTMENTID }}

jpackage:
name: JPackage
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
env:
CI: true
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
JRELEASER_OCI_COMPARTMENTID: ${{ secrets.JRELEASER_OCI_COMPARTMENTID }}

permissions:
contents: read
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/step-jlink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
secrets:
gpg-passphrase:
required: true
oci-compartment-id:
required: true

permissions:
contents: read
Expand All @@ -27,12 +25,6 @@ jobs:
with:
ref: main

- name: Decrypt secrets
shell: bash
run: sh .github/scripts/decrypt-secrets.sh
env:
GPG_PASSPHRASE: ${{ secrets.gpg-passphrase }}

- name: Setup Java
uses: actions/setup-java@v3
with:
Expand All @@ -47,8 +39,6 @@ jobs:
- name: Build
run: ./gradlew -Prelease=true -PreproducibleBuild=true build -S
env:
JRELEASER_OCI_COMPARTMENTID: ${{ secrets.oci-compartment-id }}

- name: Jlink
uses: jreleaser/release-action@v2
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ reproducibleBuild = true
bootPluginVersion = 2.7.10
kordampBuildVersion = 3.1.0
kordampPluginVersion = 0.51.0
ociBuildCacheVersion = 0.10.0

awaitilityVersion = 4.2.0
awsVersion = 2.2.6.RELEASE
Expand Down

0 comments on commit 56069e7

Please sign in to comment.