From 8658753d570a3e2f51f046dd88f7765750397914 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Thu, 1 Dec 2022 21:18:29 +0200 Subject: [PATCH] Use the proper codename for Ubuntu Kinetic Kudu In a previous commit, we used the wrong codename for Ubuntu 22.10 "Kinetic Kudu". Instead of "kudu", we should use "kinetic". --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47b17b3bc..cace615d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -148,7 +148,7 @@ jobs: command: | poetry run make test - build-ubuntu-kudu: + build-ubuntu-kinetic: docker: - image: ubuntu:22.10 resource_class: medium+ @@ -319,10 +319,10 @@ jobs: gem install -N rake gem install -N package_cloud - run: - name: Deploy ubuntu/kudu + name: Deploy ubuntu/kinetic environment: PACKAGE_TYPE: "deb" - PACKAGECLOUD_DISTRO: "ubuntu/kudu" + PACKAGECLOUD_DISTRO: "ubuntu/kinetic" <<: *deploy-packagecloud - run: name: Deploy ubuntu/jammy @@ -347,7 +347,7 @@ workflows: - convert-test-docs: requires: - build-container-image - - build-ubuntu-kudu: + - build-ubuntu-kinetic: requires: - build-container-image - build-ubuntu-jammy: