7 lines
98 B
YAML
7 lines
98 B
YAML
before_script:
|
|
- docker info
|
|
|
|
build_image:
|
|
script:
|
|
- docker build -t vbrandl/hoc:latest .
|