summaryrefslogtreecommitdiff
path: root/source/master.cfg
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-16 16:09:36 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-16 16:09:36 +0100
commit04b8fe2ff528c3ab5dcf3d00c48214160c8c879a (patch)
treec710bbcfd9607c9a4cc546879169423e54ae2ea6 /source/master.cfg
parent200268b877e76c30c1b908b0d1febac6ba4cdf5d (diff)
downloadorchestration-04b8fe2ff528c3ab5dcf3d00c48214160c8c879a.tar.gz
Fix passing testing sha to testing
Diffstat (limited to 'source/master.cfg')
-rw-r--r--source/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/master.cfg b/source/master.cfg
index 99f2180..6dcdc35 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -124,7 +124,7 @@ testing_factory.addStep(steps.Git(
repourl='git://cu010-trove.codethink.com/cu010-trove/br6/buildslave-scripts.git',
mode='incremental'))
artefact = util.Property('artefact',default=0)
-testing_sha = util.Property('testing_sha',default="no testing sha given")
+testing_sha = util.Property('testing_sha',default="no_testing_sha_given")
testing_cmd = ["sh","triggers/testing_trigger.sh",artefact,testing_sha]
testing_factory.addStep(ShellCommand(command=testing_cmd))