diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-14 12:29:41 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-14 12:29:41 +0100 |
commit | 7801ffc22e20803ad3a070977e8379b15564d2f0 (patch) | |
tree | cf817222711f4245e3ab23a51d3ddd5c57568772 /triggers | |
parent | 0e12b2ec6d5063545713aca03c886f476eb9bd6c (diff) | |
download | buildslave-scripts-7801ffc22e20803ad3a070977e8379b15564d2f0.tar.gz |
Make sure everybody can read image
Diffstat (limited to 'triggers')
-rw-r--r-- | triggers/testing_trigger.sh | 1 |
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. |