introduce separate database-schemas base+rbac #103
@ -11,7 +11,7 @@ while true; do
|
||||
REMOTE=$(git rev-parse origin/$BRANCH)
|
||||
|
||||
# check if the local branch differs from the remote branch
|
||||
if [ "$LOCAL" == "$REMOTE" ]; then
|
||||
if [ "$LOCAL" != "$REMOTE" ]; then
|
||||
echo "pulling changes from origin"
|
||||
git pull origin $BRANCH
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user