diff options
author | Chris Evich <cevich@redhat.com> | 2019-07-19 10:46:03 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-07-25 13:51:33 -0400 |
commit | 23722e644ead5de79b2f8dd4e101702b10befe99 (patch) | |
tree | c00122376c97dd2d42c70ba8393cee6eed26156d /.cirrus.yml | |
parent | dff82d940e50c50c9f15a0371942662ccaaaae43 (diff) | |
download | podman-23722e644ead5de79b2f8dd4e101702b10befe99.tar.gz podman-23722e644ead5de79b2f8dd4e101702b10befe99.tar.bz2 podman-23722e644ead5de79b2f8dd4e101702b10befe99.zip |
Cirrus: Remove disused COMMIT variables
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index cd6bac265..e440e88a8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -40,11 +40,6 @@ env: #### base-images (pre-existing in GCE) #### BUILT_IMAGE_SUFFIX: "-${CIRRUS_REPO_NAME}-${CIRRUS_BUILD_ID}" - # Git commits to use while building dependencies into cache-images - FEDORA_CNI_COMMIT: "412b6d31280682bb4fab4446f113c22ff1886554" - CNI_COMMIT: "7480240de9749f9a0a5c8614b17f1f03e0c06ab9" - CONMON_COMMIT: "6f3572558b97bc60dd8f8c7f0807748e6ce2c440" - CRIU_COMMIT: "c74b83cd49c00589c0c0468ba5fe685b67fdbd0a" # Special image w/ nested-libvirt + tools for creating new cache and base images IMAGE_BUILDER_CACHE_IMAGE_NAME: "image-builder-image-1541772081" |