summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-11 15:10:49 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-11 15:10:49 +0300
commitb442ad8e7a5b1ccd504afae3a5fd589384e123b6 (patch)
tree06a0d66e086c23427ff1257b09853035c7db9ca4
parent10f283fb5b0d716be864c2e520b8e188d63d4f58 (diff)
downloadvmdb2-b442ad8e7a5b1ccd504afae3a5fd589384e123b6.tar.gz
Fix: contractor-fast.yaml to chown files so they can be synced
-rw-r--r--contractor-fast.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/contractor-fast.yaml b/contractor-fast.yaml
index 531f452..a229510 100644
--- a/contractor-fast.yaml
+++ b/contractor-fast.yaml
@@ -22,11 +22,14 @@ build: |
export LC_ALL=C.UTF-8
./check
+ ls -lh /workspace
+ rm -f /workspace/check.log
sudo ./vmdb2 --rootfs-tarball /workspace/buster.tar.gz \
--verbose --log /workspace/check.log \
- --output /workspace/uefi.img uefi.vmdb
+ --output /workspace/uefi.img uefi.vmdb 2>&1
cd /workspace
+ sudo chown -R worker:worker .
ls -lh
du -h *.img
rm -f *.img*