summaryrefslogtreecommitdiff
path: root/contrib/cirrus/setup_container_environment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cirrus/setup_container_environment.sh')
-rwxr-xr-xcontrib/cirrus/setup_container_environment.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/cirrus/setup_container_environment.sh b/contrib/cirrus/setup_container_environment.sh
index 23df4fe8b..eda6f6167 100755
--- a/contrib/cirrus/setup_container_environment.sh
+++ b/contrib/cirrus/setup_container_environment.sh
@@ -3,11 +3,7 @@ set -e
source $(dirname $0)/lib.sh
-req_env_var "
-GOSRC $GOSRC
-OS_RELEASE_ID $OS_RELEASE_ID
-CONTAINER_RUNTIME $CONTAINER_RUNTIME
-"
+req_env_var GOSRC OS_RELEASE_ID CONTAINER_RUNTIME
DIST=$OS_RELEASE_ID
IMAGE=${DIST}podmanbuild