summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-01 00:17:33 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-01 00:17:33 +0100
commit1898999165d7f28d309f132d028f5b0f725ec592 (patch)
tree7070ee16dbdec60ebb8d252ea352ce8eb7c531f1
parent89beff570892c41fd2b3e4e8712b705e34870255 (diff)
downloadciatlib-1898999165d7f28d309f132d028f5b0f725ec592.tar.gz
Fix url
-rw-r--r--ciatlib/master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ciatlib/master.py b/ciatlib/master.py
index 3caa751..e774b4d 100644
--- a/ciatlib/master.py
+++ b/ciatlib/master.py
@@ -140,7 +140,7 @@ class Pipeline:
self.columns = []
BUILD_SLAVE_SCRIPTS = GitSource(
- 'sh://git@cu010-trove.codethink.com/cu010-trove/br6/buildslave-scripts',
+ 'ssh://git@cu010-trove.codethink.com/cu010-trove/br6/buildslave-scripts',
'master')
for step in steps: