mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
Merge pull request #3969 from abitrolly/patch-1
Cirrus: Push snap continuously
This commit is contained in:
23
.cirrus.yml
23
.cirrus.yml
@ -627,6 +627,28 @@ verify_test_built_images_task:
|
|||||||
<<: *standardlogs
|
<<: *standardlogs
|
||||||
|
|
||||||
|
|
||||||
|
upload_snap_task:
|
||||||
|
|
||||||
|
# Only when PR or branch is merged into master
|
||||||
|
only_if: $CIRRUS_BRANCH == $DEST_BRANCH
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- "test_building_snap"
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: yakshaveinc/snapcraft:core18
|
||||||
|
|
||||||
|
env:
|
||||||
|
SNAPCRAFT_LOGIN: ENCRYPTED[d8e82eb31c6372fec07f405f413d57806026b1a9f8400033531ebcd54d6750a5e4a8b1f68e3ec65c98c65e0d9b2a6a75]
|
||||||
|
snapcraft_login_file:
|
||||||
|
path: /root/.snapcraft/login.cfg
|
||||||
|
variable_name: SNAPCRAFT_LOGIN
|
||||||
|
snapcraft_script:
|
||||||
|
- 'apt-get -y update'
|
||||||
|
- 'snapcraft login --with "/root/.snapcraft/login.cfg"'
|
||||||
|
- 'cd contrib/snapcraft && snapcraft && snapcraft push *.snap --release edge'
|
||||||
|
|
||||||
|
|
||||||
# Post message to IRC if everything passed PR testing
|
# Post message to IRC if everything passed PR testing
|
||||||
success_task:
|
success_task:
|
||||||
|
|
||||||
@ -652,6 +674,7 @@ success_task:
|
|||||||
- "special_testing_endpoint"
|
- "special_testing_endpoint"
|
||||||
- "test_build_cache_images"
|
- "test_build_cache_images"
|
||||||
- "test_building_snap"
|
- "test_building_snap"
|
||||||
|
- "upload_snap"
|
||||||
- "verify_test_built_images"
|
- "verify_test_built_images"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user