We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db18da commit 6d90439Copy full SHA for 6d90439
.gitlab/templates/pipeline.yaml.tpl
@@ -363,7 +363,7 @@ integration-deploy:
363
dependencies:
364
- publish integration layer (arm64)
365
variables:
366
- IDENTIFIER: integration
+ IDENTIFIER: ${CI_COMMIT_SHORT_SHA}
367
AWS_DEFAULT_REGION: us-east-1
368
{{ with $environment := (ds "environments").environments.sandbox }}
369
before_script:
@@ -392,7 +392,7 @@ integration-test:
392
needs:
393
- integration-deploy
394
395
396
DD_SITE: datadoghq.com
397
398
0 commit comments