1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Travis CI: disable package upload for external PR

This commit is contained in:
Arseniy Shestakov 2017-06-28 02:46:56 +03:00
parent eeff7ee315
commit 0fd775151f
2 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,9 @@
#!/bin/sh
if [ -z "$encrypted_1d30f79f8582_key" ];
then
# Due to security measures travis not expose encryption keys for PR from forks
exit 0
fi
cpack
touch /tmp/deploy_rsa

View File

@ -1,4 +1,10 @@
#!/bin/sh
if [ -z "$encrypted_1d30f79f8582_key" ];
then
# Due to security measures travis not expose encryption keys for PR from forks
exit 0
fi
cpack
touch /tmp/deploy_rsa