aboutsummaryrefslogtreecommitdiff
path: root/debian-armhf-rootfs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'debian-armhf-rootfs.yaml')
-rw-r--r--debian-armhf-rootfs.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian-armhf-rootfs.yaml b/debian-armhf-rootfs.yaml
index 43e289be3c..12096fef04 100644
--- a/debian-armhf-rootfs.yaml
+++ b/debian-armhf-rootfs.yaml
@@ -53,6 +53,8 @@
- shell: |
#!/bin/bash
+ set -ex
+
trap cleanup_exit INT TERM EXIT
cleanup_exit()
@@ -61,7 +63,6 @@
sudo umount builddir
}
- set -e
sudo apt-get update
sudo apt-get install -y --no-install-recommends cpio debootstrap live-build python-pycurl uuid-runtime
sudo dpkg -i --force-all packages/live-build_3.0.5-1linaro1_all.deb