We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19d59e0 + d83df2a commit a2c983fCopy full SHA for a2c983f
ci/script/functions.sh
@@ -85,7 +85,7 @@ function run_spec_suite_for {
85
echo "Running specs for $1"
86
pushd ../$1
87
unset BUNDLE_GEMFILE
88
- bundle_install_flags=`cat .travis.yml | grep bundler_args | tr -d '"' | grep -o " .*"`
+ bundle_install_flags=`cat .github/workflows/ci.yml | grep "bundle install" | sed 's/.* bundle install//'`
89
travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)"
90
run_specs_and_record_done
91
popd
0 commit comments