build: publish and sync script modification
now you can pass a branch to the publish and sync script to sync or publish to another branch then master
This commit is contained in:
@@ -18,4 +18,10 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ $BRANCH_NAME == "public_beta" ]
|
||||
then
|
||||
echo -e $ABORT "Commiting to public_beta is prohibited."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user