Skip to content

Commit

Permalink
build: avoid writing the signing key material to the filesystem (#22582)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyshepherd authored Sep 24, 2021
1 parent ebe5836 commit c9b74da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ commands:
- run:
name: Import GPG key
command: |
echo -e "$GPG_PRIVATE_KEY" > private.key
gpg --batch --import private.key
echo -e "$GPG_PRIVATE_KEY" | gpg --batch --import --
- run:
name: Log in to Quay
command: docker login -u "$QUAY_USER" -p $QUAY_PASS quay.io
Expand Down

0 comments on commit c9b74da

Please sign in to comment.