Skip to content

Commit

Permalink
remove vestiges of old signing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Feb 28, 2023
1 parent f823575 commit 03cf474
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,27 +86,19 @@ jobs:
- attach_workspace:
at: ~/

- sign-packages/install-deb-dependencies:
skip_if_forked_pr: true
use_sudo: true
- sign-packages/setup-env:
skip_if_forked_pr: true

# Download cached dependencies
- restore_cache:
keys:
- v2-dependencies-{{ checksum "pom.xml" }}
# fallback to using the latest cache if no exact match is found
- v2-dependencies-

- run:
name: Prepare GPG keystore file
command: |
export GPG_KEY_FILE=`mktemp`
echo "export GPG_KEY=$GPG_KEY_FILE" >> $BASH_ENV
- run:
name: Base64 decode GPG keystore to file
command: echo IGNING_PGP_BASE64 | base64 --decode > $GPG_KEY

- run:
name: Import GPG keys
command: gpg --batch --import $GPG_KEY

- run:
name: Deploy the artifacts
# deploy-maven is called only if CIRCLE_TAG is set
Expand Down

0 comments on commit 03cf474

Please sign in to comment.