Skip to content
Snippets Groups Projects
Verified Commit 53cff09f authored by David Hoese's avatar David Hoese
Browse files

Make stage names prettier

parent cf059a9a
No related branches found
No related tags found
No related merge requests found
stages: stages:
- get_chart - get chart
- deploy_rabbit - deploy rabbit
- deploy_grb - deploy GRB
- deploy_g2g - deploy G2G
- deploy_wms - deploy WMS
- deploy_wmts - deploy WMTS
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
...@@ -39,7 +39,7 @@ build ci: ...@@ -39,7 +39,7 @@ build ci:
.get_chart_tmpl: .get_chart_tmpl:
stage: get_chart stage: get chart
image: $CICHART_IMAGE image: $CICHART_IMAGE
services: services:
- docker:19.03.1-dind - docker:19.03.1-dind
...@@ -92,7 +92,7 @@ get_chart_grb: ...@@ -92,7 +92,7 @@ get_chart_grb:
# TODO: Use "environment: " to define a job for production and one for development # TODO: Use "environment: " to define a job for production and one for development
# https://docs.gitlab.com/ee/ci/yaml/#environment # https://docs.gitlab.com/ee/ci/yaml/#environment
deploy_grb: deploy_grb:
stage: deploy_grb stage: deploy GRB
image: $CICHART_IMAGE image: $CICHART_IMAGE
services: services:
- docker:19.03.1-dind - docker:19.03.1-dind
......
...@@ -15,9 +15,11 @@ ...@@ -15,9 +15,11 @@
variables: variables:
IMAGE_NAME: "" IMAGE_NAME: ""
IMAGE_DIR: "" IMAGE_DIR: ""
stage: build_image stage: build image
tags: tags:
- docker - docker
before_script:
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASSWORD} ${CI_REGISTRY}
script: script:
- image_url="${CI_REGISTRY_IMAGE}/${IMAGE_NAME}" - image_url="${CI_REGISTRY_IMAGE}/${IMAGE_NAME}"
- if [ -z "$CI_COMMIT_TAG" ]; then - if [ -z "$CI_COMMIT_TAG" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment