Add build stages

This commit is contained in:
Valentin Brandl
2019-04-23 23:33:34 +02:00
parent 4a090e739c
commit 69414da8b9

View File

@ -1,4 +1,10 @@
image: docker:stable
services:
- docker:dind
stages:
- build
- release
variables:
DOCKER_HOST: tcp://docker:2375