File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ runOnAllTagsAndBranches: &runOnAllTagsAndBranches
99 branches :
1010 only : /.*/
1111
12+ runOnDefaultBranchAndTags : &runOnDefaultBranchAndTags
13+ filters :
14+ tags :
15+ only : /.*/
16+ branches :
17+ only : master
18+
1219jobs :
1320 style :
1421 docker :
@@ -97,11 +104,11 @@ workflows:
97104 - test :
98105 << : *runOnAllTagsAndBranches
99106 - test-windows :
100- << : *runOnAllTagsAndBranches
107+ << : *runOnDefaultBranchAndTags
101108 - integration :
102109 << : *runOnAllTagsAndBranches
103110 - integration-windows :
104- << : *runOnAllTagsAndBranches
111+ << : *runOnDefaultBranchAndTags
105112 - deploy :
106113 requires :
107114 - style
Original file line number Diff line number Diff line change @@ -37,6 +37,4 @@ docker run \
3737
3838docker stop commander-int-ssh-server || true
3939docker rm commander-int-ssh-server || true
40- docker stop commander-integration-go-test || true
41- docker rm commander-integration-go-test || true
4240docker network rm commander_test || true
You can’t perform that action at this time.
0 commit comments