summaryrefslogtreecommitdiff
path: root/hack/get_ci_vm.sh
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2022-05-02 10:49:19 -0400
committerChris Evich <cevich@redhat.com>2022-05-10 10:49:32 -0400
commit2b5778d416e148df68a99a8c48b814eceddcbce8 (patch)
tree22619a0e9c1c27e2d68ac5f06113f98a5aa684e1 /hack/get_ci_vm.sh
parentabf4f77bc76b456f6f4c2ecbfc4db4dcb2523ee2 (diff)
downloadpodman-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-xhack/get_ci_vm.sh2
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 \