aboutsummaryrefslogtreecommitdiff
path: root/debian-arm64-rootfs.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-02-29 13:30:13 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-02-29 13:30:13 +0200
commit3772797cbbc6a483c032fe53475d4ed87911da8b (patch)
tree432403bca5532215a690433d2a7c53411a018be5 /debian-arm64-rootfs.yaml
parent3d1e5d993f469fd17dfed8c603314ab0fa9abd48 (diff)
debian/ubuntu rootfs: keep consistency between rootfs build jobs
Change-Id: I9269d3a091a4b463c45cce3ad611db7cf2f22c53 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'debian-arm64-rootfs.yaml')
-rw-r--r--debian-arm64-rootfs.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian-arm64-rootfs.yaml b/debian-arm64-rootfs.yaml
index 7d1aa1a6f1..0485c289c4 100644
--- a/debian-arm64-rootfs.yaml
+++ b/debian-arm64-rootfs.yaml
@@ -55,6 +55,8 @@
- shell: |
#!/bin/bash
+ set -ex
+
trap cleanup_exit INT TERM EXIT
cleanup_exit()
@@ -63,7 +65,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