From e3e129e787ad9a0a85ad7f263da7622b8fb2f6b9 Mon Sep 17 00:00:00 2001 From: Muhammad Faizan Date: Tue, 16 Jan 2024 10:57:29 +0100 Subject: [PATCH] updated --- scripts/extract_image_from_build_logs.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/extract_image_from_build_logs.sh b/scripts/extract_image_from_build_logs.sh index fd67639d..6e23a23f 100755 --- a/scripts/extract_image_from_build_logs.sh +++ b/scripts/extract_image_from_build_logs.sh @@ -19,11 +19,6 @@ # "updated_at": "2023-07-18T11:39:23Z" # } -COMMIT_STATUS_JSON=${PULL_COMMIT_STATUS_JSON} -if [[ -z "${PR_NUMBER}" ]]; then - COMMIT_STATUS_JSON=${PUSH_COMMIT_STATUS_JSON} -fi - ## check if required ENVs are provided. if [[ -z "${COMMIT_STATUS_JSON}" ]]; then echo "ERROR: COMMIT_STATUS_JSON is not set!"