Skip to content

Commit

Permalink
Do not bypass notifications in Lagoon.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Aug 17, 2024
1 parent 47f1eed commit 6143260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks:
if [ -n "$LAGOON_PR_NUMBER" ]; then export DREVOPS_NOTIFY_REF=$LAGOON_PR_NUMBER;export DREVOPS_NOTIFY_SHA=${LAGOON_PR_HEAD_SHA#origin/};export DREVOPS_NOTIFY_BRANCH=$LAGOON_PR_HEAD_BRANCH;else export DREVOPS_NOTIFY_REF=$LAGOON_GIT_BRANCH;export DREVOPS_NOTIFY_SHA=$LAGOON_GIT_SHA;export DREVOPS_NOTIFY_BRANCH=$LAGOON_GIT_BRANCH;fi
DREVOPS_NOTIFY_PROJECT=$LAGOON_PROJECT \
DREVOPS_NOTIFY_ENVIRONMENT_URL=$LAGOON_ROUTE \
DREVOPS_NOTIFY_EVENT=pre_deployment ./scripts/drevops/notify.sh || true
DREVOPS_NOTIFY_EVENT=pre_deployment ./scripts/drevops/notify.sh
service: cli
shell: bash

Expand Down

0 comments on commit 6143260

Please sign in to comment.