We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086d555 commit f207ce5Copy full SHA for f207ce5
tools/release/upgradeTo.sh
@@ -7,6 +7,6 @@ echo "Running in `pwd`"
7
echo "Fixing permissions"
8
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"
+ssh -i tools/release/ci_key -oStrictHostKeyChecking=no $USER_TO_SSH@$ADDRESS_TO_SSH "./update.sh $1"
11
echo "Update scheduled"
12
rm tools/release/ci_key
0 commit comments