oups
This commit is contained in:
@@ -85,7 +85,8 @@ main () {
|
|||||||
echo "Found branch $BRANCH"
|
echo "Found branch $BRANCH"
|
||||||
|
|
||||||
# If it's to the target branch, ignore it
|
# If it's to the target branch, ignore it
|
||||||
if [[ "${BRANCH}" == "${PULL_REQUEST_BRANCH}" ]]
|
if [[ "${BRANCH}" == "${PULL_REQUEST_BRANCH}" ]]; then
|
||||||
|
|
||||||
echo "Target and current branch are identical (${BRANCH}), skipping."
|
echo "Target and current branch are identical (${BRANCH}), skipping."
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user