Skip to content
Snippets Groups Projects
Commit 51f7877e authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Merge branch 'slugs' into 'master'

Use CI_COMMIT_REF_SLUG

See merge request !69
parents 14dc6bcb 059c1e92
No related branches found
No related tags found
1 merge request!69Use CI_COMMIT_REF_SLUG
Pipeline #
Loading
Loading
@@ -53,7 +53,7 @@ review:
script:
- command deploy
environment:
name: review/$CI_COMMIT_REF_NAME
name: review/$CI_COMMIT_REF_SLUG
url: http://$CI_PROJECT_NAME-$CI_ENVIRONMENT_SLUG.$KUBE_DOMAIN
on_stop: stop_review
only:
Loading
Loading
@@ -68,7 +68,7 @@ stop_review:
script:
- command destroy
environment:
name: review/$CI_COMMIT_REF_NAME
name: review/$CI_COMMIT_REF_SLUG
action: stop
when: manual
only:
Loading
Loading
Loading
Loading
@@ -53,7 +53,7 @@ review:
script:
- command deploy
environment:
name: review/$CI_COMMIT_REF_NAME
name: review/$CI_COMMIT_REF_SLUG
url: http://$CI_PROJECT_NAME-$CI_ENVIRONMENT_SLUG.$KUBE_DOMAIN
on_stop: stop_review
only:
Loading
Loading
@@ -68,7 +68,7 @@ stop_review:
script:
- command destroy
environment:
name: review/$CI_COMMIT_REF_NAME
name: review/$CI_COMMIT_REF_SLUG
action: stop
when: manual
only:
Loading
Loading
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