summaryrefslogtreecommitdiff
path: root/contrib/cirrus/lib.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-12 13:35:15 -0700
committerGitHub <noreply@github.com>2020-05-12 13:35:15 -0700
commit486a1173312279a06836246e26083e7a36cd2591 (patch)
tree04f1fbfa11c0c2c35a7035bcdac6aa1e0189275a /contrib/cirrus/lib.sh
parent5b4e91db73a80f31f67b7c28832527e64b074b74 (diff)
parent440e97c2c06772e90aa3594d96027c05c2700c59 (diff)
downloadpodman-486a1173312279a06836246e26083e7a36cd2591.tar.gz
podman-486a1173312279a06836246e26083e7a36cd2591.tar.bz2
podman-486a1173312279a06836246e26083e7a36cd2591.zip
Merge pull request #6196 from mheon/remote_libpod_conf
Remove libpod.conf from repo
Diffstat (limited to 'contrib/cirrus/lib.sh')
-rw-r--r--contrib/cirrus/lib.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/cirrus/lib.sh b/contrib/cirrus/lib.sh
index 750aec3b6..c0dd8cfc5 100644
--- a/contrib/cirrus/lib.sh
+++ b/contrib/cirrus/lib.sh
@@ -98,7 +98,6 @@ ROOTLESS_ENV_RE='(CIRRUS_.+)|(ROOTLESS_.+)|(.+_IMAGE.*)|(.+_BASE)|(.*DIRPATH)|(.
SECRET_ENV_RE='(IRCID)|(ACCOUNT)|(GC[EP]..+)|(SSH)'
SPECIALMODE="${SPECIALMODE:-none}"
-MOD_LIBPOD_CONF="${MOD_LIBPOD_CONF:false}"
TEST_REMOTE_CLIENT="${TEST_REMOTE_CLIENT:-false}"
export CONTAINER_RUNTIME=${CONTAINER_RUNTIME:-podman}