Update .gitlab-ci.yml file
This commit is contained in:
parent
529cd61656
commit
42bbb022b2
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
image: docker:latest
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- git submodule update --init
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build_and_push:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- docker build .
|
||||||
Loading…
Add table
Add a link
Reference in a new issue