Better stage naming
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Base
|
- Base
|
||||||
- Extra
|
- Variants
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
DOCKER_HOST: tcp://docker:2375/
|
||||||
@@ -31,7 +31,7 @@ build-base:
|
|||||||
- docker save --output "./images/$CI_REGISTRY_IMAGE_$CI_COMMIT_SHORT_SHA.tar" "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA"
|
- docker save --output "./images/$CI_REGISTRY_IMAGE_$CI_COMMIT_SHORT_SHA.tar" "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA"
|
||||||
|
|
||||||
build-git:
|
build-git:
|
||||||
stage: Extra
|
stage: Variants
|
||||||
dependencies:
|
dependencies:
|
||||||
- build-base
|
- build-base
|
||||||
except:
|
except:
|
||||||
|
|||||||
Reference in New Issue
Block a user