summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-12-28 17:41:47 +0200
committerLars Wirzenius <liw@liw.fi>2018-12-28 17:41:47 +0200
commitbffac78cc8bed8f75f9eb04aa180a2bd1dadc468 (patch)
treef8c55fa0df10dc3885620fe91671402950f9c79b
parentb23e25e4e45d5cd54cecd96a0e0bdbf61edb81f1 (diff)
downloadick2-ansible-bffac78cc8bed8f75f9eb04aa180a2bd1dadc468.tar.gz
Change: use the correct CI APT repo
Use the ci-prod-controller APT repo, instead of the obsolete code.liw.fi/debian stretch-ci APT repo.
-rw-r--r--group_vars/ickhost.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/group_vars/ickhost.yml b/group_vars/ickhost.yml
index f835458..d68a56e 100644
--- a/group_vars/ickhost.yml
+++ b/group_vars/ickhost.yml
@@ -11,7 +11,7 @@ sources_lists:
- repo: "deb http://deb.debian.org/debian stretch-backports main"
- repo: "deb http://code.liw.fi/debian stretch main ickhost"
signing_key: "{{ code_liw_fi_signing_key }}"
- - repo: "deb http://code.liw.fi/debian stretch-ci main ickhost"
+ - repo: "deb http://ci-prod-controller.vm.liw.fi/debian stretch main ickhost"
controller_port: 12765
artifact_store_port: 12766