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