CI updates
This commit is contained in:
parent
f4b6e194f2
commit
53b4e65588
@ -1,11 +1,13 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- deploy
|
||||||
|
|
||||||
test for build:
|
test for build:
|
||||||
stage: build
|
stage: deploy
|
||||||
image: localhost:5000/cpp-test-universal:latest
|
image: localhost:5000/cpp-test-universal:latest
|
||||||
tags:
|
tags:
|
||||||
- cpp-test-universal
|
- cpp-test-universal
|
||||||
|
only:
|
||||||
|
- master
|
||||||
script:
|
script:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user