Skip to content

Commit fc47338

Browse files
Fix race condition with reliability env deploy (#12061)
Fix race condition with reliability env deploy Co-authored-by: laplie.anderson <laplie.anderson@datadoghq.com>
1 parent 4900f89 commit fc47338

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,9 @@ deploy_to_di_backend:manual:
12871287
UPSTREAM_COMMIT_AUTHOR: $CI_COMMIT_AUTHOR
12881288
UPSTREAM_COMMIT_SHORT_SHA: $CI_COMMIT_SHORT_SHA
12891289

1290+
deploy_to_reliability_env:
1291+
needs: [ build ]
1292+
12901293
# If the deploy_to_maven_central job is re-run, re-trigger the deploy_artifacts_to_github job as well so that the artifacts match.
12911294
deploy_to_maven_central:
12921295
extends: .gradle_build

0 commit comments

Comments
 (0)