Skip to content

Commit

Permalink
Use the proper codename for Ubuntu Kinetic Kudu
Browse files Browse the repository at this point in the history
In a previous commit, we used the wrong codename for Ubuntu 22.10
"Kinetic Kudu". Instead of "kudu", we should use "kinetic".
  • Loading branch information
apyrgio committed Dec 1, 2022
1 parent 3610015 commit 8658753
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
command: |
poetry run make test
build-ubuntu-kudu:
build-ubuntu-kinetic:
docker:
- image: ubuntu:22.10
resource_class: medium+
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 8658753

Please sign in to comment.