Skip to content

Commit aa57693

Browse files
authored
Merge pull request #64 from djw8605/master
Fixing doc builds when in a non-pull request commit
2 parents 22971e8 + 6b3cd9c commit aa57693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/stashcp2/tests/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -xe
22

3-
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
3+
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ ! -z ${encrypted_e92dfea3fdc7_key+x} ]; then
44

55
openssl aes-256-cbc -K $encrypted_e92dfea3fdc7_key -iv $encrypted_e92dfea3fdc7_iv -in deploy-key.enc -out deploy-key -d
66
chmod 600 deploy-key

0 commit comments

Comments
 (0)