Extra stages can be executed in parallel
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Base
|
- Base
|
||||||
- Extra-Git
|
- Extra
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
DOCKER_HOST: tcp://docker:2375/
|
||||||
@@ -30,7 +30,7 @@ build-base:
|
|||||||
- docker image inspect williammiceli/grav:1.6.8
|
- docker image inspect williammiceli/grav:1.6.8
|
||||||
|
|
||||||
build-git:
|
build-git:
|
||||||
stage: Extra-Git
|
stage: Extra
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-base
|
- build-base
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user