summaryrefslogtreecommitdiff
path: root/triggers
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-14 12:29:41 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-14 12:29:41 +0100
commit7801ffc22e20803ad3a070977e8379b15564d2f0 (patch)
treecf817222711f4245e3ab23a51d3ddd5c57568772 /triggers
parent0e12b2ec6d5063545713aca03c886f476eb9bd6c (diff)
downloadbuildslave-scripts-7801ffc22e20803ad3a070977e8379b15564d2f0.tar.gz
Make sure everybody can read image
Diffstat (limited to 'triggers')
-rw-r--r--triggers/testing_trigger.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/triggers/testing_trigger.sh b/triggers/testing_trigger.sh
index 0d0a67f..4fe82b8 100644
--- a/triggers/testing_trigger.sh
+++ b/triggers/testing_trigger.sh
@@ -1,6 +1,7 @@
set -ex
echo "[$(date "+%F %R")] Automated testing triggered." >> ../../../../trigger_log
sudo chown $USER /archive/tlsa-ciat-test-x86_64.raw
+chmod 644 /archive/tlsa-ciat-test-x86_64.raw
### First you need to source the environment for openstack deployment.
### This isn't commited because it contains password, etc.