X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=inline;f=.travis-script-xonotic.sh;h=8ffd76db14ec21b6ca9ce489960de2a068520817;hb=9becec9419d9a20c7d373b14e1106d5f0ce78494;hp=a8a19b977522bd0331ce2280855fdaf1bfcc32dd;hpb=d2e14a4b7c95b0cd90fe509c2127e9fd0ce65eee;p=xonotic%2Fdarkplaces.git diff --git a/.travis-script-xonotic.sh b/.travis-script-xonotic.sh index a8a19b97..8ffd76db 100755 --- a/.travis-script-xonotic.sh +++ b/.travis-script-xonotic.sh @@ -1,16 +1,18 @@ #!/bin/sh -set -ex +set -e -openssl aes-256-cbc \ - -K $encrypted_08aaf016324d_key -iv $encrypted_08aaf016324d_iv \ - -in .travis-id_rsa-xonotic -out id_rsa-xonotic -d -chmod 0600 id_rsa-xonotic -ssh-keygen -y -f id_rsa-xonotic +openssl aes-256-cbc -K $encrypted_29b4419ace44_key -iv $encrypted_29b4419ace44_iv -in .travis-id_xonotic.enc -out /tmp/id_xonotic -d + +set -x + +chmod 0600 /tmp/id_xonotic + +export USRLOCAL="$PWD"/usrlocal rev=`git rev-parse HEAD` -sftp -oStrictHostKeyChecking=no -i id_rsa-xonotic -P 2222 -b - autobuild-bin-uploader@beta.xonotic.org <