mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Merge pull request #281 from freedomofpress/fix-kudu
Use the proper codename for Ubuntu Kinetic Kudu
This commit is contained in:
commit
ed41dd7646
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue