Commit 158f7aee authored by Vitaly Lipatov's avatar Vitaly Lipatov

gpull: do fetch before pull

parent f3e03c0f
...@@ -82,6 +82,7 @@ if [ -n "$CHECKONLY" ] ; then ...@@ -82,6 +82,7 @@ if [ -n "$CHECKONLY" ] ; then
fi fi
echo "Pull repo from $REPO $REMOTEBRANCH" echo "Pull repo from $REPO $REMOTEBRANCH"
git fetch $REPO || exit
git pull $REBASE $REPO $REMOTEBRANCH || exit git pull $REBASE $REPO $REMOTEBRANCH || exit
# assure we get tags # assure we get tags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment