From cbb012e053dada86b729990d0b28f3ba27c8e33b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 25 Jun 2019 10:14:51 +0300 Subject: Fix: set signing key for ci-prod apt repo --- group_vars/ickhost.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/ickhost.yml b/group_vars/ickhost.yml index d68a56e..f59b334 100644 --- a/group_vars/ickhost.yml +++ b/group_vars/ickhost.yml @@ -12,6 +12,7 @@ sources_lists: - repo: "deb http://code.liw.fi/debian stretch main ickhost" signing_key: "{{ code_liw_fi_signing_key }}" - repo: "deb http://ci-prod-controller.vm.liw.fi/debian stretch main ickhost" + signing_key: "{{ ci_prod_apt_signing_key }}" controller_port: 12765 artifact_store_port: 12766 -- cgit v1.2.1