Skip to content

Commit 226fa8e

Browse files
committed
[ci] Fix missing shell functions
1 parent f7778d0 commit 226fa8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis/setup-secrets.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -e
33

4+
source .travis/logger.sh
5+
source .travis/common-functions.sh
6+
47
if [ "${TRAVIS_REPO_SLUG}" != "pmd/pmd" ] || [ "${TRAVIS_PULL_REQUEST}" != "false" ] || [ "${TRAVIS_SECURE_ENV_VARS}" != "true" ] || [ "${encrypted_5630fbebf057_iv}" = "" ]; then
58
echo "Not setting up secrets:"
69
echo " TRAVIS_REPO_SLUG=${TRAVIS_REPO_SLUG}"

0 commit comments

Comments
 (0)