summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-15 16:58:14 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-15 16:58:14 +0100
commit05930cac91e8edb1343c84d873125025226ba163 (patch)
tree2aa02bc3fad0530a2b1a73a1049c0616cbda95d5
parente4aed83f88c71c99caef47a68359fd224c72f6c8 (diff)
downloadciatlib-05930cac91e8edb1343c84d873125025226ba163.tar.gz
Change trove
-rw-r--r--ciatlib/master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ciatlib/master.py b/ciatlib/master.py
index cc24e6f..87be4ff 100644
--- a/ciatlib/master.py
+++ b/ciatlib/master.py
@@ -146,7 +146,7 @@ class Pipeline:
self.columns = []
BUILD_SLAVE_SCRIPTS = GitSource(
- 'ssh://git@cu010-trove.codethink.com/cu010-trove/br6/buildslave-scripts',
+ 'ssh://git@git.baserock.org/baserock/ciat/buildslave-scripts.git',
'master')
for step in steps: