Skip to content

Commit

Permalink
CI: fix notify job
Browse files Browse the repository at this point in the history
  • Loading branch information
chouquette committed Feb 27, 2024
1 parent 54232eb commit 5b396a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ notify:
stage: notify
dependencies: []
<<: *skip_stable_branches
script: |
export MESSAGE="Your omnibus-software test pipeline completed"
/usr/local/bin/notify.sh
script:
- set +x
- export GITLAB_TOKEN=$(aws ssm get-parameter --region us-east-1 --name ci.datadog-agent.gitlab_read_api_token --with-decryption --query "Parameter.Value" --out text)
- MESSAGE="Your omnibus-software test pipeline completed" /usr/local/bin/notify.sh

0 comments on commit 5b396a6

Please sign in to comment.