File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,21 @@ language: generic
3
3
services :
4
4
- docker
5
5
6
- script : make node package enable integration
7
- before_deploy :
8
- - echo "$DOCKER_PASSWORD" | docker login "$DOCKER_REGISTRY" -u "$DOCKER_USERNAME" --password-stdin;
9
-
10
- deploy :
11
- provider : script
12
- script : make push
13
- on :
14
- branch : master
15
-
16
6
jobs :
17
7
include :
18
- - stage : verify installation
8
+ - stage : test
9
+ script : make node package enable integration
10
+ before_deploy :
11
+ - echo "$DOCKER_PASSWORD" | docker login "$DOCKER_REGISTRY" -u "$DOCKER_USERNAME" --password-stdin;
12
+ deploy :
13
+ provider : script
14
+ script : make push
15
+ on :
16
+ branch : master
17
+ - stage : verify
19
18
install : skip
20
19
script : make pull
20
+
21
+ stages :
22
+ - build
23
+ - verify
You can’t perform that action at this time.
0 commit comments