File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1414 - bash bin/deploy/install_python_dependencies.sh
1515 script :
1616 - sudo bash bin/tests/run_tests_on_travis.sh
17- - stage : merge (feature branch --> develop)
18- install : skip
19- script :
20- - sudo bash bin/deploy/merge_feature_branch_to_develop.sh
2117 - stage : merge (develop --> master)
2218 install : skip
2319 script :
@@ -41,12 +37,10 @@ jobs:
4137stages :
4238 - name : test
4339 if : NOT(branch==master)
44- - name : merge (feature branch --> develop)
45- if : (NOT (branch IN (develop,master))) AND (NOT(type==pull_request))
4640 - name : merge (develop --> master)
4741 if : branch==develop AND (NOT(type==pull_request))
4842 - name : deploy
4943 if : branch==master AND (NOT(type==pull_request))
5044
5145notifications :
52- email : false
46+ email : false
You can’t perform that action at this time.
0 commit comments