Skip to content

Commit

Permalink
Updated ci build scripts (from rspec-dev)main
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jul 15, 2021
1 parent d6a2490 commit 12ef6c0
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
@@ -1,4 +1,4 @@
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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
Expand Down
2 changes: 1 addition & 1 deletion .rubocop_rspec_base.yml
@@ -1,4 +1,4 @@
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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
Expand Down
2 changes: 1 addition & 1 deletion script/ci_functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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:
Expand Down
2 changes: 1 addition & 1 deletion script/clone_all_rspec_repos
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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
Expand Down
2 changes: 1 addition & 1 deletion script/cucumber.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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
Expand Down
3 changes: 2 additions & 1 deletion script/functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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 )"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/legacy_setup.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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
Expand Down
2 changes: 1 addition & 1 deletion script/predicate_functions.sh
@@ -1,4 +1,4 @@
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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 {
Expand Down
2 changes: 1 addition & 1 deletion script/run_build
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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
Expand Down
2 changes: 1 addition & 1 deletion script/update_rubygems_and_install_bundler
@@ -1,5 +1,5 @@
#!/bin/bash
# This file was generated on 2021-07-13T10:25:09+01:00 from the rspec-dev repo.
# This file was generated on 2021-07-15T10:45:52+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
Expand Down

0 comments on commit 12ef6c0

Please sign in to comment.