splatie/.gitlab-ci.yml

13 lines
175 B
YAML

image: docker:latest
before_script:
- git submodule update --init
stages:
- build
build_and_push:
stage: build
script:
- unset DOCKER_HOST
- docker build .