Fix stage source guard: fetch origin/dev before ancestry check #101
Reference in New Issue
Block a user
Delete Branch "fix/stage-ci-paths"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Shallow clone didn't include origin/dev so git merge-base --is-ancestor silently failed. Adds git fetch --depth=1 origin dev before the check.