We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be31a36 commit 53ce18aCopy full SHA for 53ce18a
tools/release/upgradeTo.sh
@@ -4,7 +4,9 @@ set -e
4
5
echo "TorreArchimedeBot upgrading tool"
6
echo "Running in `pwd`"
7
-echo "Listing tools/release"
8
-ls -l tools/release
+echo "Fixing permissions"
+chmod 600 tools/release/ci_key
9
+echo "Running ssh"
10
ssh -i tools/release/ci_key -oStrictHostKeyChecking=no $USER_TO_SSH@$ADDRESS_TO_SSH "$1"
11
echo "Update scheduled"
12
+rm tools/release/ci_key
0 commit comments