Skip to content

Commit 6d90439

Browse files
committed
update
1 parent 3db18da commit 6d90439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ integration-deploy:
363363
dependencies:
364364
- publish integration layer (arm64)
365365
variables:
366-
IDENTIFIER: integration
366+
IDENTIFIER: ${CI_COMMIT_SHORT_SHA}
367367
AWS_DEFAULT_REGION: us-east-1
368368
{{ with $environment := (ds "environments").environments.sandbox }}
369369
before_script:
@@ -392,7 +392,7 @@ integration-test:
392392
needs:
393393
- integration-deploy
394394
variables:
395-
IDENTIFIER: integration
395+
IDENTIFIER: ${CI_COMMIT_SHORT_SHA}
396396
DD_SITE: datadoghq.com
397397
{{ with $environment := (ds "environments").environments.sandbox }}
398398
before_script:

0 commit comments

Comments
 (0)