diff options
author | Tim Smith <tsmith@chef.io> | 2020-03-09 12:39:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 12:39:54 -0700 |
commit | 9a8c4ddc1f18cb1091d3ea6c417c9e621d0ab75f (patch) | |
tree | f9d60f002c341a53ce4c8c698c6e85e6c9f5325f /scripts | |
parent | 96552db91762b82dc1a59cf9f5da380662784da6 (diff) | |
parent | ac8287cf5193db9ed842d3a8d76a3b3909442d38 (diff) | |
download | chef-9a8c4ddc1f18cb1091d3ea6c417c9e621d0ab75f.tar.gz |
Merge pull request #9466 from chef/faster_specs
Set env vars in the container setup script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bk_tests/bk_container_prep.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bk_tests/bk_container_prep.sh b/scripts/bk_tests/bk_container_prep.sh index bb82b6b140..bc98c237ad 100755 --- a/scripts/bk_tests/bk_container_prep.sh +++ b/scripts/bk_tests/bk_container_prep.sh @@ -1,5 +1,9 @@ # This script gets a container ready to run our various tests in BuildKite +export FORCE_FFI_YAJL="ext" +export CHEF_LICENSE="accept-no-persist" +export BUNDLE_GEMFILE="/workdir/Gemfile" + # make sure we have the network tools in place for various network specs if [ -f /etc/debian_version ]; then touch /etc/network/interfaces |