Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 5b396a6

Browse files
committed
CI: fix notify job
1 parent 54232eb commit 5b396a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ notify:
5555
stage: notify
5656
dependencies: []
5757
<<: *skip_stable_branches
58-
script: |
59-
export MESSAGE="Your omnibus-software test pipeline completed"
60-
/usr/local/bin/notify.sh
58+
script:
59+
- set +x
60+
- 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)
61+
- MESSAGE="Your omnibus-software test pipeline completed" /usr/local/bin/notify.sh

0 commit comments

Comments
 (0)