mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix scripts npm
This commit is contained in:
@@ -33,13 +33,15 @@ then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "The branch name to check is $BRANCH_NAME"
|
||||
|
||||
if $GNU; then
|
||||
gnu='-gnu'
|
||||
else
|
||||
gnu=''
|
||||
fi
|
||||
|
||||
if [ $BRANCH_NAME == 'undefined' ]; then
|
||||
if [ $BRANCH_NAME == "undefined" ]; then
|
||||
echo "Rebase your branch"
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user