]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - .travis-script-xonotic.sh
more miscellaneous fixes from graphitemaster
[xonotic/darkplaces.git] / .travis-script-xonotic.sh
index d2cdafbfd3aaddc81af4f16692bf14a1600a31aa..0be076203a8d302b9064129687cfc3265ccea8fa 100755 (executable)
@@ -1,12 +1,13 @@
 #!/bin/sh
 
-set -ex
+set -e
+
+openssl aes-256-cbc -K $encrypted_eeb6f7a14a8e_key -iv $encrypted_eeb6f7a14a8e_iv -in .travis-id_rsa-xonotic -out id_rsa-xonotic -d
+
+set -x
 
-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
+ssh-keygen -y -f id_rsa-xonotic
 
 rev=`git rev-parse HEAD`