summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-30 17:06:41 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-30 17:06:41 +0100
commit934a8f403cc3a71d8a9734c63718ca937fc285c5 (patch)
tree3074c9756b01737544952ade69c8edadcf6fc030
parenta1e7fed5bf02bfde3e4c18a434ac7e8a54ea10ee (diff)
downloadorchestration-934a8f403cc3a71d8a9734c63718ca937fc285c5.tar.gz
Change publishing to publish
for consistency with the other columns
-rw-r--r--source/orch_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/orch_config.py b/source/orch_config.py
index 6cd4265..37f41d3 100644
--- a/source/orch_config.py
+++ b/source/orch_config.py
@@ -91,7 +91,7 @@ columns = [
('testing_sha','no testing SHA given'),
('buildslave_scripts_sha','no buildslave-scripts SHA given'),
('definitions_sha','no definitions SHA given')]),
- Column( name = "6. Publishing",
+ Column( name = "6. Publish",
category = "publish",
trigger = 'publish_trigger.sh',
slavenames=["local-slave"],