Skip to content

Commit

Permalink
Merge pull request #281 from freedomofpress/fix-kudu
Browse files Browse the repository at this point in the history
Use the proper codename for Ubuntu Kinetic Kudu
  • Loading branch information
eloquence authored Dec 1, 2022
2 parents 3610015 + 8658753 commit ed41dd7
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 ed41dd7

Please sign in to comment.