1
0
Fork 0

WIP: Disabling check on branch

This commit is contained in:
Pixelastic 2018-11-07 14:59:23 +01:00
parent 37d39a0297
commit de96a43c2c

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