Extra stages can be executed in parallel

This commit is contained in:
William Miceli
2019-05-04 09:14:56 -04:00
parent a6bb99267a
commit 14f9152146

View File

@@ -5,7 +5,7 @@ services:
stages:
- Base
- Extra-Git
- Extra
variables:
DOCKER_HOST: tcp://docker:2375/
@@ -30,7 +30,7 @@ build-base:
- docker image inspect williammiceli/grav:1.6.8
build-git:
stage: Extra-Git
stage: Extra
dependencies:
- build-base
except: