File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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**'
You can’t perform that action at this time.
0 commit comments