Skip to content

Commit

Permalink
Fix key permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Polpetta committed Dec 16, 2017
1 parent be31a36 commit 53ce18a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/release/upgradeTo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ set -e

echo "TorreArchimedeBot upgrading tool"
echo "Running in `pwd`"
echo "Listing tools/release"
ls -l tools/release
echo "Fixing permissions"
chmod 600 tools/release/ci_key
echo "Running ssh"
ssh -i tools/release/ci_key -oStrictHostKeyChecking=no $USER_TO_SSH@$ADDRESS_TO_SSH "$1"
echo "Update scheduled"
rm tools/release/ci_key

0 comments on commit 53ce18a

Please sign in to comment.