We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 984ec33 + aa57693 commit c59c3d4Copy full SHA for c59c3d4
1 file changed
bin/stashcp2/tests/build_docs.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh -xe
2
3
-if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
+if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_e92dfea3fdc7_key+x} ]; then
4
5
openssl aes-256-cbc -K $encrypted_e92dfea3fdc7_key -iv $encrypted_e92dfea3fdc7_iv -in deploy-key.enc -out deploy-key -d
6
chmod 600 deploy-key
0 commit comments