Fix build
This commit is contained in:
parent
12698e579e
commit
212bff2872
1 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,10 @@ if [ ! -d "$GIT_DIR" ]; then
|
||||||
git clone ${GIT_URL} "${GIT_DIR}"
|
git clone ${GIT_URL} "${GIT_DIR}"
|
||||||
fi
|
fi
|
||||||
cd "$GIT_DIR"
|
cd "$GIT_DIR"
|
||||||
git pull --rebase origin
|
git checkout .
|
||||||
|
git reset HEAD --hard
|
||||||
|
git checkout master
|
||||||
|
|
||||||
# First time add entries to .git/config (!) and add .netrc file
|
# First time add entries to .git/config (!) and add .netrc file
|
||||||
# [remote "google"]
|
# [remote "google"]
|
||||||
# url = https://code.google.com/p/osmand/
|
# url = https://code.google.com/p/osmand/
|
||||||
|
|
Loading…
Reference in a new issue