From b183a9d628669968628c6468d8cf701e3ba3cbff Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 5 May 2022 14:33:45 +1000 Subject: [PATCH] infra-deb-ppa-push: push to production repos Now that we have shown this working with a test PPAs, this pushes the packages to the repos used by production. Change-Id: I170d38c311a37880081c8b195ce3a99075907f29 --- roles/infra-deb-ppa-push/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/infra-deb-ppa-push/tasks/main.yaml b/roles/infra-deb-ppa-push/tasks/main.yaml index d1e0716e..f6d3f582 100644 --- a/roles/infra-deb-ppa-push/tasks/main.yaml +++ b/roles/infra-deb-ppa-push/tasks/main.yaml @@ -43,7 +43,7 @@ [ppa-opendev] fqdn = ppa.launchpad.net method = ftp - incoming = ~openstack-ci-core/ubuntu/{{ infra_deb_project }}-deb-test + incoming = ~openstack-ci-core/ubuntu/{{ infra_deb_project }} login = anonymous - name: Push files to PPA