Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 16, 2024
1 parent a599e28 commit e3e129e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/extract_image_from_build_logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit e3e129e

Please sign in to comment.