forked from github/server
pull latest version before building develop
This commit is contained in:
parent
ecb2b9b3b3
commit
85230f7d11
|
@ -24,6 +24,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