Skip to content
Snippets Groups Projects

Use CI_COMMIT_REF_SLUG

Merged Mark Pundsack requested to merge slugs into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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:
@@ -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