Merge pull request #285 from cerc-io/dboreham/fix-gerbil-builder
Fail on error installing package
Former-commit-id: 18bb8194fe
pull/301/head
commit
0c5f252465
|
|
@ -11,6 +11,6 @@ DEPS=(github.com/fare/gerbil-utils
|
||||||
) ;
|
) ;
|
||||||
for i in ${DEPS[@]} ; do
|
for i in ${DEPS[@]} ; do
|
||||||
echo "Installing gerbil package: $i"
|
echo "Installing gerbil package: $i"
|
||||||
gxpkg install $i &&
|
gxpkg install $i
|
||||||
gxpkg build $i
|
gxpkg build $i
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue