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:
parent
eeff7ee315
commit
0fd775151f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user