Extra stages can be executed in parallel
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user