diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-24 11:42:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 11:42:18 +0200 |
commit | 1ac06d8469295c24a2a629b8926bcd66805c6054 (patch) | |
tree | d81798ad8405aea3c432bfe1c7c0d756ad3bf205 /.cirrus.yml | |
parent | 5296428e91a56ba47705849512e287302d572cfd (diff) | |
parent | 52c86775be88d7b2901170410d915c5646fe2843 (diff) | |
download | podman-1ac06d8469295c24a2a629b8926bcd66805c6054.tar.gz podman-1ac06d8469295c24a2a629b8926bcd66805c6054.tar.bz2 podman-1ac06d8469295c24a2a629b8926bcd66805c6054.zip |
Merge pull request #3192 from cevich/add_zip
Cirrus: Add zip package to images
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f3a0776db..e36b4f484 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -31,9 +31,9 @@ env: #### #### Cache-image names to test with ### - FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-5170730531028992" - PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-5170730531028992" - UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-5170730531028992" + FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-5171433328607232" + PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-5171433328607232" + UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-5171433328607232" #### #### Variables for composing new cache-images (used in PR testing) from |