diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-21 11:00:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 11:00:00 +0200 |
commit | e947d6354d9e154b07c34728abf3c2399b993131 (patch) | |
tree | 467636dcaf3fbd1b5d7ba2f1d368bc34d55903f1 /contrib/cirrus/build_vm_images.sh | |
parent | 819b63c8de310d37a8658ee70fa3b825162a3e17 (diff) | |
parent | a6534a7c9617047396252b66fdcd1caa49ce49d5 (diff) | |
download | podman-e947d6354d9e154b07c34728abf3c2399b993131.tar.gz podman-e947d6354d9e154b07c34728abf3c2399b993131.tar.bz2 podman-e947d6354d9e154b07c34728abf3c2399b993131.zip |
Merge pull request #3754 from cevich/latest_ubuntu
Add support for testing with the latest Ubuntu release
Diffstat (limited to 'contrib/cirrus/build_vm_images.sh')
-rwxr-xr-x | contrib/cirrus/build_vm_images.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/build_vm_images.sh b/contrib/cirrus/build_vm_images.sh index 6230610cb..543f83a14 100755 --- a/contrib/cirrus/build_vm_images.sh +++ b/contrib/cirrus/build_vm_images.sh @@ -3,7 +3,7 @@ set -e source $(dirname $0)/lib.sh -BASE_IMAGE_VARS='FEDORA_BASE_IMAGE PRIOR_FEDORA_BASE_IMAGE UBUNTU_BASE_IMAGE' +BASE_IMAGE_VARS='FEDORA_BASE_IMAGE PRIOR_FEDORA_BASE_IMAGE UBUNTU_BASE_IMAGE PRIOR_UBUNTU_BASE_IMAGE' ENV_VARS="PACKER_BUILDS BUILT_IMAGE_SUFFIX $BASE_IMAGE_VARS SERVICE_ACCOUNT GCE_SSH_USERNAME GCP_PROJECT_ID PACKER_VER SCRIPT_BASE PACKER_BASE CIRRUS_BUILD_ID CIRRUS_CHANGE_IN_REPO" req_env_var $ENV_VARS # Must also be made available through make, into packer process |