Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
uneco authored Jun 25, 2020
1 parent 54b37dc commit aad19b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ if [[ "$USER_EMAIL" == "null" ]]; then
USER_EMAIL="$USER_LOGIN@users.noreply.github.com"
fi

if [[ "$(echo "$pr_resp" | jq -r .rebaseable)" != "true" ]]; then
echo "GitHub doesn't think that the PR is rebaseable!"
echo "API response: $pr_resp"
exit 1
fi
# if [[ "$(echo "$pr_resp" | jq -r .rebaseable)" != "true" ]]; then
# echo "GitHub doesn't think that the PR is rebaseable!"
# echo "API response: $pr_resp"
# exit 1
# fi

if [[ -z "$BASE_BRANCH" ]]; then
echo "Cannot get base branch information for PR #$PR_NUMBER!"
Expand Down

0 comments on commit aad19b3

Please sign in to comment.