Change .gitlab-ci.yml
This commit is contained in:
parent
bf3195a450
commit
e34ec3fc15
|
|
@ -1,3 +1,11 @@
|
||||||
build-image:
|
stages:
|
||||||
|
- build
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
build:
|
||||||
script:
|
script:
|
||||||
- docker build . -t "cmc:latest"
|
- docker build . -t "cmc:latest"
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
script:
|
||||||
|
- echo hello world
|
||||||
Loading…
Reference in a new issue