File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ deploy:
1919 api_key :
2020 secure : $TRAVIS_SECURE_API_KEY
2121after_success :
22- - if [ "$TRAVIS_BRANCH" == "develop" ] ; then bash travis.sh ; fi
22+ - if [ "$TRAVIS_BRANCH" == "develop" ] ; then
23+ if [ "$TRAVIS_PULL_REQUEST" == "false" ] ; then bash travis.sh ; fi ; fi
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ git remote rm $PROVIDER ;
1212git remote add $PROVIDER git@$PROVIDER .com:$PROVIDER_APP_NAME .git ;
1313
1414git add dist/ ;
15- git checkout -b $TRAVIS_BRANCH ;
15+ git checkout -b $NEW_TRAVIS_BRANCH ;
1616git commit -m " $TRAVIS_COMMIT_MESSAGE " ;
17- git push $PROVIDER $TRAVIS_BRANCH : PROVIDER_BRANCH ;
17+ git push $PROVIDER $NEW_TRAVIS_BRANCH : $ PROVIDER_BRANCH ;
1818
1919echo -e " yes" | ./travis.sh ; fi
You can’t perform that action at this time.
0 commit comments