hoc/.gitlab-ci.yml

7 lines
98 B
YAML
Raw Normal View History

2019-04-23 23:13:46 +02:00
before_script:
- docker info
build_image:
script:
- docker build -t vbrandl/hoc:latest .