Skip to content

Commit

Permalink
fix: Set correct env name to pipeline notifications. (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Sep 25, 2020
1 parent 7969e0e commit faa12ce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -40,6 +40,26 @@ Stop review:
environment:
name: ${CI_COMMIT_REF_SLUG}-dev2

Notify Success (prod):
extends: .autodevops_notify_success_prod
environment:
name: ${CI_COMMIT_REF_SLUG}-prod2

Notify Fail (prod):
extends: .autodevops_notify_fail_prod
environment:
name: ${CI_COMMIT_REF_SLUG}-prod2

Notify Success (review):
extends: .autodevops_notify_success_review
environment:
name: ${CI_COMMIT_REF_SLUG}-dev2

Notify Fail (review):
extends: .autodevops_notify_fail_review
environment:
name: ${CI_COMMIT_REF_SLUG}-dev2

#

Install:
Expand Down

0 comments on commit faa12ce

Please sign in to comment.