From 3e62d9c13a7caf2c4a1c045cc8a559b5ac6073da Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 15 Jul 2021 16:47:05 +0100 Subject: [PATCH] [expectations] Updated ci build scripts (from rspec-dev)4-0-dev This commit was imported from https://github.com/rspec/rspec-expectations/commit/05aa3a9cc994b60120087765dc961b3b3428ffd4. --- rspec-expectations/.github/workflows/ci.yml | 2 +- rspec-expectations/.rubocop_rspec_base.yml | 2 +- rspec-expectations/script/ci_functions.sh | 2 +- rspec-expectations/script/clone_all_rspec_repos | 2 +- rspec-expectations/script/functions.sh | 3 ++- rspec-expectations/script/predicate_functions.sh | 2 +- rspec-expectations/script/run_build | 2 +- rspec-expectations/script/update_rubygems_and_install_bundler | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/rspec-expectations/.github/workflows/ci.yml b/rspec-expectations/.github/workflows/ci.yml index b71fe7ac2..bb6f26c80 100644 --- a/rspec-expectations/.github/workflows/ci.yml +++ b/rspec-expectations/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. name: RSpec CI diff --git a/rspec-expectations/.rubocop_rspec_base.yml b/rspec-expectations/.rubocop_rspec_base.yml index 2020daee6..f7fe0614c 100644 --- a/rspec-expectations/.rubocop_rspec_base.yml +++ b/rspec-expectations/.rubocop_rspec_base.yml @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # This file contains defaults for RSpec projects. Individual projects diff --git a/rspec-expectations/script/ci_functions.sh b/rspec-expectations/script/ci_functions.sh index 1c0785e18..4906606b1 100644 --- a/rspec-expectations/script/ci_functions.sh +++ b/rspec-expectations/script/ci_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. # Taken from: diff --git a/rspec-expectations/script/clone_all_rspec_repos b/rspec-expectations/script/clone_all_rspec_repos index 0478bcef8..7235a09af 100755 --- a/rspec-expectations/script/clone_all_rspec_repos +++ b/rspec-expectations/script/clone_all_rspec_repos @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/rspec-expectations/script/functions.sh b/rspec-expectations/script/functions.sh index 085923dbc..adaf3690f 100644 --- a/rspec-expectations/script/functions.sh +++ b/rspec-expectations/script/functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" @@ -90,6 +90,7 @@ function run_spec_suite_for { unset BUNDLE_GEMFILE bundle_install_flags=`cat .github/workflows/ci.yml | grep "bundle install" | sed 's/.* bundle install//'` travis_retry eval "(unset RUBYOPT; exec bundle install $bundle_install_flags)" + travis_retry eval "(unset RUBYOPT; exec bundle binstubs --all)" run_specs_and_record_done popd else diff --git a/rspec-expectations/script/predicate_functions.sh b/rspec-expectations/script/predicate_functions.sh index 7234d8b07..0bb6ee30d 100644 --- a/rspec-expectations/script/predicate_functions.sh +++ b/rspec-expectations/script/predicate_functions.sh @@ -1,4 +1,4 @@ -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. function is_mri { diff --git a/rspec-expectations/script/run_build b/rspec-expectations/script/run_build index eaeff2001..b7a4a2fa1 100755 --- a/rspec-expectations/script/run_build +++ b/rspec-expectations/script/run_build @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e diff --git a/rspec-expectations/script/update_rubygems_and_install_bundler b/rspec-expectations/script/update_rubygems_and_install_bundler index 5634ce232..5b1e6d792 100755 --- a/rspec-expectations/script/update_rubygems_and_install_bundler +++ b/rspec-expectations/script/update_rubygems_and_install_bundler @@ -1,5 +1,5 @@ #!/bin/bash -# This file was generated on 2021-07-13T11:08:51+01:00 from the rspec-dev repo. +# This file was generated on 2021-07-15T16:47:05+01:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e