From bffac78cc8bed8f75f9eb04aa180a2bd1dadc468 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 28 Dec 2018 17:41:47 +0200 Subject: 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. --- group_vars/ickhost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1