forked from github/server
silence the preview-build
This commit is contained in:
parent
114d088bb5
commit
7a1cebb259
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ git fetch || abort "failed to update source. do you have local changes?"
|
|||
[ -z $1 ] || git checkout $1
|
||||
git pull
|
||||
git submodule update
|
||||
s/build || abort "build failed."
|
||||
s/build > /dev/null || abort "build failed."
|
||||
}
|
||||
|
||||
function assert_file() {
|
||||
|
|
Loading…
Reference in a new issue