summaryrefslogtreecommitdiff
path: root/contrib/cirrus/packer/rhel_base-setup.sh
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-05-02 17:01:47 +0200
committerGitHub <noreply@github.com>2019-05-02 17:01:47 +0200
commit8a1d7c2fda4a83cc256c7b6d106b0118d8339653 (patch)
tree54379f2b1d608f7f42b26a37d668455b83c50805 /contrib/cirrus/packer/rhel_base-setup.sh
parent6c69fe104477dba113e0e4b6efaca344c5f802bc (diff)
parent295c531ecec8661408f01ac4e015d75fec865376 (diff)
downloadpodman-8a1d7c2fda4a83cc256c7b6d106b0118d8339653.tar.gz
podman-8a1d7c2fda4a83cc256c7b6d106b0118d8339653.tar.bz2
podman-8a1d7c2fda4a83cc256c7b6d106b0118d8339653.zip
Merge pull request #3053 from edsantiago/fix_req_env_var
cirrus lib.sh: refactor req_env_var()
Diffstat (limited to 'contrib/cirrus/packer/rhel_base-setup.sh')
-rw-r--r--contrib/cirrus/packer/rhel_base-setup.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/cirrus/packer/rhel_base-setup.sh b/contrib/cirrus/packer/rhel_base-setup.sh
index fbf9f61af..8d5892d7d 100644
--- a/contrib/cirrus/packer/rhel_base-setup.sh
+++ b/contrib/cirrus/packer/rhel_base-setup.sh
@@ -10,9 +10,7 @@ set -e
# Load in library (copied by packer, before this script was run)
source $GOSRC/$SCRIPT_BASE/lib.sh
-req_env_var "
- RHSM_COMMAND $RHSM_COMMAND
-"
+req_env_var RHSM_COMMAND
install_ooe