summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-02-18 16:37:02 +0200
committerLars Wirzenius <liw@liw.fi>2024-02-18 16:37:02 +0200
commit4069cec0bbdd4fd1d1c59a114ea8e190a9cdc45a (patch)
tree5c4eed6a808e1684df0546b2a5db1c8a8782e01d
parenteac3891e5c8989fe11f07da57edeb69a16bbe5b6 (diff)
downloadambient-build-vm-4069cec0bbdd4fd1d1c59a114ea8e190a9cdc45a.tar.gz
liw.yml: drop ci-prod-controller.vm.liw.fi APT repository
It's gone and it's not coming back. Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--liw.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/liw.yml b/liw.yml
index 03d7396..1976dbf 100644
--- a/liw.yml
+++ b/liw.yml
@@ -18,17 +18,6 @@
repo: "deb http://apt.liw.fi/debian unstable main"
update_cache: no
- - name: "install ci-prod-controller.vm.liw.fi signing key"
- copy:
- content: |
- {{ ci_prod_signing_key }}
- dest: /etc/apt/trusted.gpg.d/ci-prod.asc
-
- - name: "add the ci-prod-controller.vm.liw.fi APT repository"
- apt_repository:
- repo: "deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main"
- update_cache: no
-
- name: "update apt cache"
shell: |
apt-get update