File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ stages:
4747 - name : test
4848 if : branch!=master AND branch!=^untagged.*
4949 - name : merge (develop --> master)
50- if : branch== develop AND type!=pull_request
50+ if : branch=develop AND type!=pull_request
5151 - name : deploy
52- if : branch== master AND type!=pull_request
52+ if : branch=master
5353
5454notifications :
5555 email : false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ "$TRAVIS_BRANCH" == "develop" ]; then
77 git fetch
88 git reset --hard
99 git checkout master || echo " Git checkout master failed"
10- git merge --ff-only " $TRAVIS_COMMIT " || echo " Merge develop to master failed"
10+ git merge " $TRAVIS_COMMIT " || echo " Merge develop to master failed"
1111 git push -q https://$GITHUB_TOKEN @github.com/ggeop/Python-ai-assistant master
1212fi
1313
You can’t perform that action at this time.
0 commit comments