mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Rename ubuntu build job names
This commit is contained in:
parent
a437906d1d
commit
715798091d
1 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-ubuntu-21.10:
|
build-ubuntu-impish:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu:21.10
|
- image: ubuntu:21.10
|
||||||
steps:
|
steps:
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
package_cloud push firstlookmedia/code/ubuntu/impish deb_dist/dangerzone_${VERSION}-1_all.deb
|
package_cloud push firstlookmedia/code/ubuntu/impish deb_dist/dangerzone_${VERSION}-1_all.deb
|
||||||
package_cloud push firstlookmedia/code/ubuntu/impish deb_dist/dangerzone_${VERSION}-1.dsc
|
package_cloud push firstlookmedia/code/ubuntu/impish deb_dist/dangerzone_${VERSION}-1.dsc
|
||||||
|
|
||||||
build-ubuntu-21.04:
|
build-ubuntu-hirsute:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu:21.04
|
- image: ubuntu:21.04
|
||||||
steps:
|
steps:
|
||||||
|
@ -51,7 +51,7 @@ jobs:
|
||||||
package_cloud push firstlookmedia/code/ubuntu/hirsute deb_dist/dangerzone_${VERSION}-1_all.deb
|
package_cloud push firstlookmedia/code/ubuntu/hirsute deb_dist/dangerzone_${VERSION}-1_all.deb
|
||||||
package_cloud push firstlookmedia/code/ubuntu/hirsute deb_dist/dangerzone_${VERSION}-1.dsc
|
package_cloud push firstlookmedia/code/ubuntu/hirsute deb_dist/dangerzone_${VERSION}-1.dsc
|
||||||
|
|
||||||
build-ubuntu-20.10:
|
build-ubuntu-groovy:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu:20.10
|
- image: ubuntu:20.10
|
||||||
steps:
|
steps:
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
package_cloud push firstlookmedia/code/ubuntu/groovy deb_dist/dangerzone_${VERSION}-1_all.deb
|
package_cloud push firstlookmedia/code/ubuntu/groovy deb_dist/dangerzone_${VERSION}-1_all.deb
|
||||||
package_cloud push firstlookmedia/code/ubuntu/groovy deb_dist/dangerzone_${VERSION}-1.dsc
|
package_cloud push firstlookmedia/code/ubuntu/groovy deb_dist/dangerzone_${VERSION}-1.dsc
|
||||||
|
|
||||||
build-ubuntu-20.04:
|
build-ubuntu-focal:
|
||||||
docker:
|
docker:
|
||||||
- image: ubuntu:20.04
|
- image: ubuntu:20.04
|
||||||
steps:
|
steps:
|
||||||
|
@ -220,25 +220,25 @@ workflows:
|
||||||
build-tags:
|
build-tags:
|
||||||
jobs:
|
jobs:
|
||||||
# Ubuntu 21.10 (impish) not yet supported by packagecloud.io
|
# Ubuntu 21.10 (impish) not yet supported by packagecloud.io
|
||||||
# - build-ubuntu-21.10:
|
# - build-ubuntu-impish:
|
||||||
# filters:
|
# filters:
|
||||||
# tags:
|
# tags:
|
||||||
# only: /^v.*/
|
# only: /^v.*/
|
||||||
# branches:
|
# branches:
|
||||||
# ignore: /.*/
|
# ignore: /.*/
|
||||||
- build-ubuntu-21.04:
|
- build-ubuntu-hirsute:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^v.*/
|
only: /^v.*/
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
- build-ubuntu-20.10:
|
- build-ubuntu-groovy:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^v.*/
|
only: /^v.*/
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
- build-ubuntu-20.04:
|
- build-ubuntu-focal:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /^v.*/
|
only: /^v.*/
|
||||||
|
|
Loading…
Reference in a new issue