From: Rudolf Polzer Date: Thu, 8 Jul 2021 13:47:53 +0000 (-0700) Subject: Fix file paths. X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=415f1e0e46791994cfa2f6dd3a29f793e3bb9cd9 Fix file paths. --- 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 <