diff options
author | Stuart Preston <stuart@chef.io> | 2018-06-23 22:50:19 +0100 |
---|---|---|
committer | Stuart Preston <stuart@chef.io> | 2018-06-23 22:50:19 +0100 |
commit | acb4c6adc451ff72eab8512bafe63fb16ea22856 (patch) | |
tree | 35520593cea4c17ab9b9abbfe19c8ab6d8be0b25 /appveyor.yml | |
parent | eaac3e8f2fb695b47cde9b595e87d83e3b23d984 (diff) | |
download | chef-acb4c6adc451ff72eab8512bafe63fb16ea22856.tar.gz |
Move bindir copy logic into Gemfile to be used by Bundler
Signed-off-by: Stuart Preston <stuart@chef.io>
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5b57881269..c75a2be12b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,6 @@ install: - winrm quickconfig -q - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - echo %PATH% - - copy c:\projects\chef\distro\powershell\chef\*.dll C:\Ruby%ruby_version%\bin /y - appveyor DownloadFile http://curl.haxx.se/ca/cacert.pem -FileName C:\cacert.pem - set SSL_CERT_FILE=C:\cacert.pem - SET BUNDLE_WITHOUT=server:docgen:maintenance:pry:travis:integration:ci |