WIP: Disabling check on branch
This commit is contained in:
parent
37d39a0297
commit
de96a43c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue