We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e10a7 commit 576d581Copy full SHA for 576d581
screwdriver/scripts/publish.sh
@@ -8,7 +8,7 @@ chmod 0700 screwdriver/deploy
8
9
# Decrypt
10
openssl aes-256-cbc -pbkdf2 -pass pass:$GPG_ENCPHRASE_2 -in screwdriver/secring.gpg.enc -out screwdriver/deploy/secring-private.asc -d
11
-openssl aes-256-cbc -pbkdf2 -pass pass:$GPG_ENCPHRASE_2 -in screwdriver/keys/pubring.gpg.enc -out screwdriver/deploy/pubring-public.asc -d
+openssl aes-256-cbc -pbkdf2 -pass pass:$GPG_ENCPHRASE_2 -in screwdriver/pubring.gpg.enc -out screwdriver/deploy/pubring-public.asc -d
12
13
# Import keys into gpg-agent
14
gpg --batch --yes --import screwdriver/deploy/pubring-public.asc
0 commit comments