Add build stages

This commit is contained in:
Valentin Brandl 2019-04-23 23:33:34 +02:00
parent 4a090e739c
commit 69414da8b9
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

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