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:
14
14
15
15
script : ./test-build.sh $NODE_VERSION $VARIANT
16
16
17
+ stages :
18
+ - Test
19
+ - Build
20
+ - name : Deploy
21
+ if : branch = master
22
+
17
23
jobs :
18
24
include :
19
25
- stage : Test
37
43
packages :
38
44
- shellcheck
39
45
46
+ - stage : Deploy
47
+ script : ./generate-stackbrew-library.sh
48
+
40
49
# Docker Build #
41
50
- stage : Build
42
51
env :
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ addons:
12
12
13
13
script: ./test-build.sh $NODE_VERSION $VARIANT
14
14
15
+ stages:
16
+ - Test
17
+ - Build
18
+ - name: Deploy
19
+ if: branch = master
20
+
15
21
jobs:
16
22
include:
17
23
- stage: Test
35
41
packages:
36
42
- shellcheck
37
43
44
+ - stage: Deploy
45
+ script: ./generate-stackbrew-library.sh
46
+
38
47
# Docker Build #
You can’t perform that action at this time.
0 commit comments