Skip to content

Commit f483beb

Browse files
authored
ci: do not use datadog-ci binary (#11789)
1 parent b632a71 commit f483beb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,11 @@ check_new_flaky_tests:
9393
stage: quality-gate
9494
extends: .testrunner
9595
script:
96-
- curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci
9796
- export DD_SITE=datadoghq.com
9897
- export DD_API_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.${CI_PROJECT_NAME}.dd-api-key-qualitygate --with-decryption --query "Parameter.Value" --out text)
9998
- export DD_APP_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.${CI_PROJECT_NAME}.dd-app-key-qualitygate --with-decryption --query "Parameter.Value" --out text)
10099
- datadog-ci gate evaluate
101100
except:
102101
- main
103102
- '[0-9].[0-9]*'
104-
- 'mq-working-branch**'
103+
- 'mq-working-branch**'

0 commit comments

Comments
 (0)