File tree 5 files changed +13
-8
lines changed
express-rest-api/.buildkite
lambda-sqs-worker/.buildkite
lambda-sqs-worker-cdk/.buildkite
5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' skuba ' : patch
3
+ ---
4
+
5
+ ** template:** Use BUILDKITE_PIPELINE_DEFAULT_BRANCH in ` pipeline.yml `
Original file line number Diff line number Diff line change 75
75
76
76
- wait
77
77
- block : 🙋🏻♀️ Deploy Dev
78
- branches : ' !master '
78
+ branches : ' !${BUILDKITE_PIPELINE_DEFAULT_BRANCH} '
79
79
80
80
- << : *dev
81
81
<< : *deploy
95
95
- << : *prod
96
96
<< : *deploy
97
97
label : 🚀 Deploy Prod
98
- branches : master
98
+ branches : ${BUILDKITE_PIPELINE_DEFAULT_BRANCH}
99
99
concurrency_group : <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %>
100
100
depends_on : deploy-dev
101
101
plugins :
Original file line number Diff line number Diff line change 75
75
76
76
- wait
77
77
- block : 🙋🏻♀️ Deploy Dev
78
- branches : ' !master '
78
+ branches : ' !${BUILDKITE_PIPELINE_DEFAULT_BRANCH} '
79
79
80
80
- << : *dev
81
81
<< : *deploy
95
95
- << : *prod
96
96
<< : *deploy
97
97
label : 🚀 Deploy Prod
98
- branches : master
98
+ branches : ${BUILDKITE_PIPELINE_DEFAULT_BRANCH}
99
99
concurrency_group : <%- teamName %>/deploy/gantry/<%- prodGantryEnvironmentName %>
100
100
depends_on : deploy-dev
101
101
plugins :
Original file line number Diff line number Diff line change 56
56
57
57
- wait
58
58
- block : 🙋🏻♀️ Deploy Dev
59
- branches : ' !master '
59
+ branches : ' !${BUILDKITE_PIPELINE_DEFAULT_BRANCH} '
60
60
61
61
- << : *dev
62
62
<< : *deploy
72
72
- << : *prod
73
73
<< : *deploy
74
74
label : 🚀 Deploy Prod
75
- branches : master
75
+ branches : ${BUILDKITE_PIPELINE_DEFAULT_BRANCH}
76
76
commands :
77
77
- echo '--- yarn build'
78
78
- yarn build
Original file line number Diff line number Diff line change 61
61
62
62
- wait
63
63
- block : 🙋🏻♀️ Deploy Dev
64
- branches : ' !master '
64
+ branches : ' !${BUILDKITE_PIPELINE_DEFAULT_BRANCH} '
65
65
66
66
- << : *dev
67
67
<< : *deploy
73
73
74
74
- << : *prod
75
75
<< : *deploy
76
- branches : master
76
+ branches : ${BUILDKITE_PIPELINE_DEFAULT_BRANCH}
77
77
command : yarn deploy
78
78
concurrency_group : <%- repoName %>/deploy/prod
79
79
label : 🚀 Deploy Prod
You can’t perform that action at this time.
0 commit comments