fix image for check
This commit is contained in:
parent
590ff6ff7a
commit
6b09cad321
@ -1,5 +1,3 @@
|
|||||||
image: registry.hottis.de/dockerized/docker-bash:latest
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- check
|
- check
|
||||||
- build
|
- build
|
||||||
@ -9,6 +7,7 @@ variables:
|
|||||||
HUB_IMAGE_NAME: $DOCKER_HUB_LOGIN/$CI_PROJECT_NAME
|
HUB_IMAGE_NAME: $DOCKER_HUB_LOGIN/$CI_PROJECT_NAME
|
||||||
|
|
||||||
check:
|
check:
|
||||||
|
image: registry.hottis.de/dockerized/base-build-env:latest
|
||||||
stage: check
|
stage: check
|
||||||
tags:
|
tags:
|
||||||
- hottis
|
- hottis
|
||||||
@ -23,6 +22,7 @@ check:
|
|||||||
--messageToValidate ${CI_COMMIT_MESSAGE}
|
--messageToValidate ${CI_COMMIT_MESSAGE}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
image: registry.hottis.de/dockerized/docker-bash:latest
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- hottis
|
- hottis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user