forked from github/server
pull latest version before building develop
This commit is contained in:
parent
59b0c7b957
commit
7934917607
|
@ -31,6 +31,7 @@ assert_dir $SOURCE
|
||||||
cd $SOURCE
|
cd $SOURCE
|
||||||
git fetch || abort "failed to update source. do you have local changes?"
|
git fetch || abort "failed to update source. do you have local changes?"
|
||||||
[ -z $1 ] || git checkout $1
|
[ -z $1 ] || git checkout $1
|
||||||
|
git pull
|
||||||
git submodule update
|
git submodule update
|
||||||
s/build || abort "build failed."
|
s/build || abort "build failed."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue