diff options
author | Chris Evich <cevich@redhat.com> | 2022-05-02 10:49:19 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-05-10 10:49:32 -0400 |
commit | 2b5778d416e148df68a99a8c48b814eceddcbce8 (patch) | |
tree | 22619a0e9c1c27e2d68ac5f06113f98a5aa684e1 /hack/get_ci_vm.sh | |
parent | abf4f77bc76b456f6f4c2ecbfc4db4dcb2523ee2 (diff) | |
download | podman-2b5778d416e148df68a99a8c48b814eceddcbce8.tar.gz podman-2b5778d416e148df68a99a8c48b814eceddcbce8.tar.bz2 podman-2b5778d416e148df68a99a8c48b814eceddcbce8.zip |
Cirrus: Update images + new automation library
Add support for new automation library version w/ `$DEBUG` fix
(ref: containers/automation_images#128) and added definitions
for commonly used Distro/version variables.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'hack/get_ci_vm.sh')
-rwxr-xr-x | hack/get_ci_vm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/get_ci_vm.sh b/hack/get_ci_vm.sh index ef7069a81..6632a0178 100755 --- a/hack/get_ci_vm.sh +++ b/hack/get_ci_vm.sh @@ -61,7 +61,7 @@ else -e NAME="$USER" \ -e SRCDIR=/src \ -e GCLOUD_ZONE="$GCLOUD_ZONE" \ - -e DEBUG="${DEBUG:-0}" \ + -e A_DEBUG="${A_DEBUG:-0}" \ -v $REPO_DIRPATH:/src:O \ -v $HOME/.config/gcloud:/root/.config/gcloud:z \ -v $HOME/.config/gcloud/ssh:/root/.ssh:z \ |