Skip to content

Commit d18c5cd

Browse files
print
1 parent 1e53455 commit d18c5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ e2e-test-status:
282282
tags: ["arch:amd64"]
283283
timeout: 3h
284284
script: |
285+
echo $UPSTREAM_COMMIT_BRANCH
285286
GITLAB_API_TOKEN=$(aws ssm get-parameter --region us-east-1 --name "ci.${CI_PROJECT_NAME}.serverless-e2e-gitlab-token" --with-decryption --query "Parameter.Value" --out text)
286287
URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/bridges"
287288
echo "Fetching E2E job status from: $URL"
288-
echo $UPSTREAM_COMMIT_BRANCH
289289
while true; do
290290
RESPONSE=$(curl -s --header "PRIVATE-TOKEN: ${GITLAB_API_TOKEN}" "$URL")
291291
E2E_JOB_STATUS=$(echo "$RESPONSE" | jq -r '.[] | select(.name=="e2e-test") | .downstream_pipeline.status')

0 commit comments

Comments
 (0)