summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-06 21:30:49 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-06 21:30:49 -0800
commitac8287cf5193db9ed842d3a8d76a3b3909442d38 (patch)
tree5b86d221b833ec6ba036091685aef3d7e523b343 /scripts
parenteb3ec23aef28924290d004b88dea5f4cc9864c19 (diff)
downloadchef-ac8287cf5193db9ed842d3a8d76a3b3909442d38.tar.gz
Set env vars in the container setup scriptfaster_specs
We're setting the same env vars in each job. Seems entirely pointless. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bk_tests/bk_container_prep.sh4
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