summaryrefslogtreecommitdiff
path: root/source/master.cfg
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-15 14:49:39 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-15 14:49:39 +0100
commit1ce096958ba9c325232c16b0af3d90f1b3cc31e7 (patch)
treeb87bd6d3964dd48a373b861c270895f7de65c566 /source/master.cfg
parentf66a203b1a850fb343a5e0a60f23ec5380f1fe51 (diff)
downloadorchestration-1ce096958ba9c325232c16b0af3d90f1b3cc31e7.tar.gz
Fix typo in artefact
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 90e2e4f..a6c1ef2 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -113,7 +113,7 @@ testing_factory = BuildFactory()
testing_factory.addStep(steps.Git(
repourl='git://cu010-trove.codethink.com/cu010-trove/br6/buildslave-scripts.git',
mode='incremental'))
-system = util.Property('artefact',default=0)
+artefact = util.Property('artefact',default=0)
testing_cmd = ["sh","triggers/testing_trigger.sh",artefact]
testing_factory.addStep(ShellCommand(command=testing_cmd))