silence the preview-build

This commit is contained in:
Enno Rehling 2017-02-26 13:10:23 +01:00
parent 114d088bb5
commit 7a1cebb259
1 changed files with 1 additions and 1 deletions

View File

@ -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() {