Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
53cff09f
Verified
Commit
53cff09f
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Make stage names prettier
parent
cf059a9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+8
-8
8 additions, 8 deletions
.gitlab-ci.yml
helpers/build_image.yml
+3
-1
3 additions, 1 deletion
helpers/build_image.yml
with
11 additions
and
9 deletions
.gitlab-ci.yml
+
8
−
8
View file @
53cff09f
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
...
...
This diff is collapsed.
Click to expand it.
helpers/build_image.yml
+
3
−
1
View file @
53cff09f
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment