Add gitlab CI config
This commit is contained in:
parent
be42090658
commit
aef98bc667
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@ -0,0 +1,6 @@
|
||||
before_script:
|
||||
- docker info
|
||||
|
||||
build_image:
|
||||
script:
|
||||
- docker build -t vbrandl/hoc:latest .
|
Loading…
Reference in New Issue
Block a user