Change .gitlab-ci.yml

This commit is contained in:
Karl Cordes 2019-04-25 12:43:26 +10:00
parent bf3195a450
commit e34ec3fc15

View file

@ -1,3 +1,11 @@
build-image:
stages:
- build
- deploy
build:
script:
- docker build . -t "cmc:latest"
deploy:
script:
- echo hello world