This commit is contained in:
Vanessa Sochat
2019-01-31 19:03:56 -05:00
parent 47359ba4e0
commit dd66c2123a

View File

@@ -85,7 +85,8 @@ main () {
echo "Found branch $BRANCH"
# 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."
else