mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Properly fail in travis if sub-script fail.
Make `kiwix-build.py` also fail if sub-command fail instead of just print an error message and quit. `kiwix-deploy.py` is far more simple and already fails miserably if a sub-command fails.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
orig_dir=$(pwd)
|
||||
|
||||
sudo apt-get update -qq
|
||||
|
Reference in New Issue
Block a user