Skip to content

Commit 53ce18a

Browse files
committed
Fix key permission
1 parent be31a36 commit 53ce18a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/release/upgradeTo.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ set -e
44

55
echo "TorreArchimedeBot upgrading tool"
66
echo "Running in `pwd`"
7-
echo "Listing tools/release"
8-
ls -l tools/release
7+
echo "Fixing permissions"
8+
chmod 600 tools/release/ci_key
9+
echo "Running ssh"
910
ssh -i tools/release/ci_key -oStrictHostKeyChecking=no $USER_TO_SSH@$ADDRESS_TO_SSH "$1"
1011
echo "Update scheduled"
12+
rm tools/release/ci_key

0 commit comments

Comments
 (0)