Testing artifacts passing
This commit is contained in:
@@ -4,15 +4,17 @@ services:
|
|||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Build-Base
|
- Base
|
||||||
- Build-Git
|
- Extra-Git
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
DOCKER_HOST: tcp://docker:2375/
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
|
|
||||||
build-base:
|
build-base:
|
||||||
stage: Build-Base
|
stage: Base
|
||||||
|
artifacts:
|
||||||
|
- builds
|
||||||
except:
|
except:
|
||||||
- pushes
|
- pushes
|
||||||
before_script:
|
before_script:
|
||||||
@@ -23,7 +25,9 @@ build-base:
|
|||||||
- docker push "$CI_REGISTRY_IMAGE:$GRAV_VERSION"
|
- docker push "$CI_REGISTRY_IMAGE:$GRAV_VERSION"
|
||||||
|
|
||||||
build-git:
|
build-git:
|
||||||
stage: Build-Git
|
stage: Extra-Git
|
||||||
|
dependencies:
|
||||||
|
- build-base
|
||||||
except:
|
except:
|
||||||
- pushes
|
- pushes
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user