Skip to content

Commit

Permalink
setup-gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 authored Aug 13, 2024
1 parent 5d147ec commit efa5164
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
# Enables pipefail
shell: bash

# TODO: pass in fetched tag to compose.yml
- run: docker compose up -d
working-directory: .github/workflows/test-configs
env:
Expand Down Expand Up @@ -67,6 +66,13 @@ jobs:
- name: Run Maven workflow
run: jf mvn deploy -Dtest=com.aerospike.test.SuiteAll -DfailIfNoTests=false -DskipTests=false --build-name=${{ steps.get-proxy-client-version.outputs.version }} --build-number=${{ github.run_number }}

- name: Setup GPG
uses: aerospike/shared-workflows/devops/setup-gpg@feat/setup-gpg-composite
with:
private-key: ${{ secrets.GPG_PRIVATE_KEY }}
key-pass: ${{ secrets.GPG_PASS }}
key-name: "aerospiketest"

# For debugging the build info that was just collected by jf
# Build info was not published to JFrog yet. This will be done in a later step
- run: cat target/build-info.json
Expand All @@ -93,8 +99,6 @@ jobs:
working-directory: .github/workflows
shell: bash

# TODO: sign the JFrog artifacts

- name: Create release bundle from JFrog build
# Not the same name as in proxy/pom.xml
# But that name doesn't specify the language,
Expand Down

0 comments on commit efa5164

Please sign in to comment.