Skip to content

Commit

Permalink
Adding missing local prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov committed Apr 8, 2022
1 parent 9da0308 commit 3e7119c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ if [[ "${GITHUB_EVENT_NAME}" == "push" ]]; then
eval "$(ssh-agent -s)"
chmod 600 local.deploy_key.pem
ssh-add local.deploy_key.pem
chmod 600 secring.gpg
chmod 600 pubring.gpg
chmod 600 local.secring.gpg
chmod 600 local.pubring.gpg
mkdir -p ~/.gnupg
mv secring.gpg ~/.gnupg/secring.gpg
mv pubring.gpg ~/.gnupg/pubring.gpg
mv local.secring.gpg ~/.gnupg/secring.gpg
mv local.pubring.gpg ~/.gnupg/pubring.gpg
git config --global user.name "Finch CI"
git config --global user.email "[email protected]"
git remote set-url origin [email protected]:finagle/finch.git
Expand Down

0 comments on commit 3e7119c

Please sign in to comment.