Fix githook not aborting push if error occurrs (#1386)
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
ROOT=`realpath $(dirname $0)/../..`
|
ROOT=`realpath $(dirname $0)/../..`
|
||||||
pushd $ROOT
|
pushd $ROOT
|
||||||
make
|
make
|
||||||
|
|||||||
Reference in New Issue
Block a user