diff options
| author | Tim Smith <tsmith84@gmail.com> | 2019-07-31 19:52:20 -0400 |
|---|---|---|
| committer | Tim Smith <tsmith84@gmail.com> | 2019-07-31 19:52:20 -0400 |
| commit | 4791e41fdcdc68cdb1b47459f052a23e14ac00ef (patch) | |
| tree | af1b1abc1e436c177a54e3bfe481b501a663f7a6 /tasks/bin | |
| parent | 43c49a82a33cf6a4d2791585c73a6143b94d3fb8 (diff) | |
| download | chef-4791e41fdcdc68cdb1b47459f052a23e14ac00ef.tar.gz | |
Remove Travis / Jenkins config / docs
Update some of our build docs to reflect the current process. Nuke the old Travis config. We're Buildkite + appveyor only at this point.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks/bin')
| -rwxr-xr-x | tasks/bin/run_external_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/bin/run_external_test b/tasks/bin/run_external_test index 845c9b9d91..90cf9e2e0c 100755 --- a/tasks/bin/run_external_test +++ b/tasks/bin/run_external_test @@ -17,7 +17,7 @@ include Chef::Mixin::ShellOut github_repo = ARGV.shift git_thing = ARGV.shift -build_dir = File.expand_path(ENV["TRAVIS_BUILD_DIR"] || Dir.pwd) +build_dir = Dir.pwd env = { "GEMFILE_MOD" => "gem 'chef', path: '#{build_dir}'; " \ |
