1
0
Fork 0

Re-enable branch protection

This commit is contained in:
Pixelastic 2018-11-07 15:28:02 +01:00
parent 1ae421346d
commit efccb73879

View file

@ -15,7 +15,7 @@ fi
currentBranch=$(git rev-parse --abbrev-ref HEAD)
if [ "$currentBranch" != 'master' ]; then
echo "Release: You must be on master"
# exit 1
exit 1
fi
if [[ -n $(git status --porcelain) ]]; then