forked from github/server
silence the preview-build
This commit is contained in:
parent
114d088bb5
commit
7a1cebb259
|
@ -27,7 +27,7 @@ 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 pull
|
||||||
git submodule update
|
git submodule update
|
||||||
s/build || abort "build failed."
|
s/build > /dev/null || abort "build failed."
|
||||||
}
|
}
|
||||||
|
|
||||||
function assert_file() {
|
function assert_file() {
|
||||||
|
|
Loading…
Reference in New Issue