From 415f1e0e46791994cfa2f6dd3a29f793e3bb9cd9 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 8 Jul 2021 06:47:53 -0700 Subject: [PATCH] Fix file paths. --- .travis-script-xonotic.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis-script-xonotic.sh b/.travis-script-xonotic.sh index 047e8974..8ffd76db 100755 --- a/.travis-script-xonotic.sh +++ b/.travis-script-xonotic.sh @@ -6,14 +6,13 @@ openssl aes-256-cbc -K $encrypted_29b4419ace44_key -iv $encrypted_29b4419ace44_i set -x -chmod 0600 id_xonotic -# ssh-keygen -y -f id_xonotic +chmod 0600 /tmp/id_xonotic export USRLOCAL="$PWD"/usrlocal rev=`git rev-parse HEAD` -sftp -oStrictHostKeyChecking=no -i id_xonotic -P 2342 -b - autobuild-bin-uploader@srv04.xonotic.org <