Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 12069e1

Browse files
authored
Merge pull request #441 from rspec/update-ci-build-scripts-2020-11-22-for-main
Updates from rspec-dev (2020-11-22)
2 parents e75e963 + dd599d9 commit 12069e1

File tree

9 files changed

+10
-14
lines changed

9 files changed

+10
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-21T12:40:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-11-22T07:41:13+00: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

44
name: RSpec CI
@@ -49,21 +49,17 @@ jobs:
4949
DIFF_LCS_VERSION: "1.4.3"
5050
fail-fast: false
5151
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
52+
env: ${{ matrix.env }}
5253
steps:
5354
- uses: actions/checkout@v2
5455
- uses: ruby/setup-ruby@v1
5556
with:
5657
bundler: ${{ matrix.bundler || 2 }}
5758
ruby-version: ${{ matrix.ruby }}
58-
bundler-cache: true
5959
- run: script/update_rubygems_and_install_bundler
60-
env: ${{ matrix.env }}
6160
- run: script/clone_all_rspec_repos
62-
env: ${{ matrix.env }}
6361
- run: bundle install --binstubs --standalone
64-
env: ${{ matrix.env }}
6562
- run: script/run_build
66-
env: ${{ matrix.env }}
6763

6864
windows:
6965
name: Ruby ${{ matrix.ruby }} (Windows)

.rubocop_rspec_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-21T12:40:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-11-22T07:41:13+00: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

44
# This file contains defaults for RSpec projects. Individual projects

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-21T12:40:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-11-22T07:41:13+00: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

44
# In order to install old Rubies, we need to use old Ubuntu distibution.

script/ci_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-21T12:40:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-11-22T07:41:13+00: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

44
# Taken from:

script/clone_all_rspec_repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-11-21T12:40:56+00:00 from the rspec-dev repo.
2+
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-21T12:40:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-11-22T07:41:13+00: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

44
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

script/predicate_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-11-21T12:40:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-11-22T07:41:13+00: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

44
function is_mri {

script/run_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-11-21T12:40:56+00:00 from the rspec-dev repo.
2+
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

script/update_rubygems_and_install_bundler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-11-21T12:40:56+00:00 from the rspec-dev repo.
2+
# This file was generated on 2020-11-22T07:41:13+00:00 from the rspec-dev repo.
33
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
44

55
set -e

0 commit comments

Comments
 (0)