We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca967d commit 60def87Copy full SHA for 60def87
.travis.yml
@@ -7,5 +7,4 @@ before_install:
7
script:
8
- make
9
after_success:
10
- - git stash pop
11
- bash .travis/travis.sh
.travis/travis.sh
@@ -48,15 +48,15 @@ if [ -z ${DEPLOY_KEY+x} ]; then
48
echo "Generate a pair of key for youfork/pep, base64 encode it"
49
echo "and set is as a private ENV variable on travis named DEPLOY_KEY"
50
else
51
- if [[ should_deploy() == 1 ]];
+ if [[ should_deploy == 1 ]];
52
then
53
authenticate $DEPLOY_KEY
54
ORIGIN="ssh://github.com/$TRAVIS_REPO_SLUG"
55
git clone $ORIGIN deploy
56
echo 'cd deploy'
57
cd deploy
58
59
- DEPLOY_DIR=deploy_dir()
+ DEPLOY_DIR=deploy_dir
60
61
echo '=== configuring git for push ==='
62
0 commit comments