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

Commit f4df4fe

Browse files
committed
CI: fix notify job
1 parent 1c3fbfa commit f4df4fe

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
@@ -69,6 +69,7 @@ notify:
6969
rules:
7070
- *skip_stable_branches
7171
- when: always
72-
script: |
73-
export MESSAGE="Your omnibus-software test pipeline completed"
74-
/usr/local/bin/notify.sh
72+
script:
73+
- set +x
74+
- 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)
75+
- MESSAGE="Your omnibus-software test pipeline completed" /usr/local/bin/notify.sh

0 commit comments

Comments
 (0)