SERVER-109641: update custom build promotion (#40405)

GitOrigin-RevId: f022a5e35e74264675e409070e9eb054755a9445
This commit is contained in:
Dylan Richardson 2025-08-21 23:04:07 -05:00 committed by MongoDB Bot
parent c4d8bc6750
commit 4d538206c6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ else
fi fi
if [ -z "$PROMOTE_PROJECT_IDENTIFIER" ]; then if [ -z "$PROMOTE_PROJECT_IDENTIFIER" ]; then
promote_project_identifier=$(cat task_data.json | jq -r ".project_identifier") promote_project_identifier=$(cat debug_task_data.json | jq -r ".project_identifier")
else else
promote_project_identifier=$PROMOTE_PROJECT_IDENTIFIER promote_project_identifier=$PROMOTE_PROJECT_IDENTIFIER
fi fi