File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ addons:
1414
1515script : ./test-build.sh $NODE_VERSION $VARIANT
1616
17+ stages :
18+ - Test
19+ - Build
20+ - name : Deploy
21+ if : branch = master
22+
1723jobs :
1824 include :
1925 - stage : Test
3743 packages :
3844 - shellcheck
3945
46+ - stage : Deploy
47+ script : ./generate-stackbrew-library.sh
48+
4049 # Docker Build #
4150 - stage : Build
4251 env :
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ addons:
1212
1313script: ./test-build.sh $NODE_VERSION $VARIANT
1414
15+ stages:
16+ - Test
17+ - Build
18+ - name: Deploy
19+ if: branch = master
20+
1521jobs:
1622 include:
1723 - stage: Test
3541 packages:
3642 - shellcheck
3743
44+ - stage: Deploy
45+ script: ./generate-stackbrew-library.sh
46+
3847 # Docker Build #
You can’t perform that action at this time.
0 commit comments