diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-02 17:01:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 17:01:47 +0200 |
commit | 8a1d7c2fda4a83cc256c7b6d106b0118d8339653 (patch) | |
tree | 54379f2b1d608f7f42b26a37d668455b83c50805 /contrib/cirrus/setup_environment.sh | |
parent | 6c69fe104477dba113e0e4b6efaca344c5f802bc (diff) | |
parent | 295c531ecec8661408f01ac4e015d75fec865376 (diff) | |
download | podman-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/setup_environment.sh')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 3818abbc7..3bc6c2290 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -6,12 +6,7 @@ source $(dirname $0)/lib.sh record_timestamp "env. setup start" -req_env_var " -USER $USER -HOME $HOME -ENVLIB $ENVLIB -SCRIPT_BASE $SCRIPT_BASE -CIRRUS_BUILD_ID $CIRRUS_BUILD_ID" +req_env_var USER HOME ENVLIB SCRIPT_BASE CIRRUS_BUILD_ID [[ "$SHELL" =~ "bash" ]] || chsh -s /bin/bash |