1- # This file was generated on 2023-04-11T15:33:34 +01:00 from the rspec-dev repo.
1+ # This file was generated on 2023-06-26T14:08:08 +01:00 from the rspec-dev repo.
22# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33
44SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
@@ -25,7 +25,7 @@ function clone_repo {
2525 BRANCH_TO_CLONE=" $2 " ;
2626 fi ;
2727
28- travis_retry eval " git clone https://github.com/rspec/$1 --depth 1 --branch ${BRANCH_TO_CLONE?} "
28+ ci_retry eval " git clone https://github.com/rspec/$1 --depth 1 --branch ${BRANCH_TO_CLONE?} "
2929 fi ;
3030}
3131
@@ -89,16 +89,16 @@ function run_spec_suite_for {
8989 pushd ../$1
9090 unset BUNDLE_GEMFILE
9191 bundle_install_flags=` cat .github/workflows/ci.yml | grep " bundle install" | sed ' s/.* bundle install//' `
92- travis_retry eval " (unset RUBYOPT; exec bundle install $bundle_install_flags )"
93- travis_retry eval " (unset RUBYOPT; exec bundle binstubs --all)"
92+ ci_retry eval " (unset RUBYOPT; exec bundle install $bundle_install_flags )"
93+ ci_retry eval " (unset RUBYOPT; exec bundle binstubs --all)"
9494 run_specs_and_record_done
9595 popd
9696 else
9797 echo " "
9898 echo " WARNING: The ../$1 directory does not exist. Usually the"
99- echo " travis build cds into that directory and run the specs to"
100- echo " ensure the specs still pass with your latest changes, but"
101- echo " we are going to skip that step."
99+ echo " build cds into that directory and run the specs to ensure "
100+ echo " the specs still pass with your latest changes, but we are "
101+ echo " going to skip that step."
102102 echo " "
103103 fi ;
104104 fi ;
0 commit comments