summaryrefslogtreecommitdiff
path: root/.expeditor/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Use bundle config set pathJason Barnett2021-09-212-3/+5
| | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* bump a bunch of CI to mainLamont Granquist2021-08-241-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Adding local config optionjayashri garud2021-08-161-1/+1
| | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* Replace deprecated --without flag with bundle configjayashri garud2021-08-131-1/+2
| | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* Run choco tests on Windows 2016/2019gh_actionsTim Smith2021-04-141-9/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Manually install necessary Ruby for verify pipelinecsnapp/add_ruby_to_verify_pipelineChristopher A. Snapp2021-01-121-6/+14
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Bundler -> bundleTim Smith2020-12-282-3/+3
| | | | | | It's an alias, but avoid the confusion Signed-off-by: Tim Smith <tsmith@chef.io>
* Avoid a bundler deprecation warningscriptsTim Smith2020-12-281-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Cache gem installs on WindowsTim Smith2020-12-281-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Print the full OS release from /etc/os-releaseTim Smith2020-12-281-0/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix failures due to orderTim Smith2020-12-281-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Skip bundler update in the windows functional testsTim Smith2020-12-281-14/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Improve debug on windowsTim Smith2020-12-281-0/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Print more useful troubleshooting infoTim Smith2020-12-281-1/+8
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Throw and error if bunder can't be run on WindowsTim Smith2020-12-282-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Stop updating bundler in CITim Smith2020-12-282-13/+2
| | | | | | We don't update it in our builds anymore. We just use the version that's built into Ruby. This omnibus override was only used for CI and we had to match the versions, which was a real pain and pretty pointless. Signed-off-by: Tim Smith <tsmith@chef.io>
* Print the bundler version in the CI scriptTim Smith2020-12-281-2/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move all the CI scripts into the .expeditor dirTim Smith2020-12-2811-0/+262
There's no reason to store all our test stuff at the top level when this all used by the Expeditor / BK jobs Signed-off-by: Tim Smith <tsmith@chef.io>