Skip to content

Commit 1e53455

Browse files
another print
1 parent ead0a9a commit 1e53455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ e2e-test-status:
285285
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)
286286
URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/bridges"
287287
echo "Fetching E2E job status from: $URL"
288+
echo $UPSTREAM_COMMIT_BRANCH
288289
while true; do
289290
RESPONSE=$(curl -s --header "PRIVATE-TOKEN: ${GITLAB_API_TOKEN}" "$URL")
290291
E2E_JOB_STATUS=$(echo "$RESPONSE" | jq -r '.[] | select(.name=="e2e-test") | .downstream_pipeline.status')

0 commit comments

Comments
 (0)