summaryrefslogtreecommitdiff
path: root/hack/get_ci_vm.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-05-10 13:52:10 -0400
committerGitHub <noreply@github.com>2022-05-10 13:52:10 -0400
commit186d812f640e87f19d8d0d5b846961e522ceec32 (patch)
tree558cbb6283194c4815aa0a93ff3a1e77086edc72 /hack/get_ci_vm.sh
parenta09eaa888e17863bea3fa3412f375a732ad49eda (diff)
parent2b5778d416e148df68a99a8c48b814eceddcbce8 (diff)
downloadpodman-186d812f640e87f19d8d0d5b846961e522ceec32.tar.gz
podman-186d812f640e87f19d8d0d5b846961e522ceec32.tar.bz2
podman-186d812f640e87f19d8d0d5b846961e522ceec32.zip
Merge pull request #14016 from cevich/fix_caching
Cirrus: Simplify use of cache in automation
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 \