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

Commit 3a61f10

Browse files
authored
Merge pull request #2837 from rspec/update-ci-build-scripts-2020-12-31-for-4-0-dev
Updated ci build scripts (from rspec-dev)4-0-dev
2 parents 9ccfa56 + 3d3c0ed commit 3a61f10

File tree

8 files changed

+9
-10
lines changed

8 files changed

+9
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2020-12-27T14:33:56+00:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-31T00:51:08+03: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
@@ -30,7 +30,7 @@ jobs:
3030
- 2.3
3131
env:
3232
-
33-
BOGUS: ""
33+
__UNUSED_VARIABLE: "Prevents build error when {matrix.env} is used."
3434
include:
3535
- ruby: ruby-head
3636
env:

.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-12-30T23:10:38+03:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-31T00:51:08+03: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

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-12-30T23:10:38+03:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-31T00:51:08+03: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-12-30T23:10:38+03:00 from the rspec-dev repo.
2+
# This file was generated on 2020-12-31T00:51:08+03: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-12-30T23:10:38+03:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-31T00:51:08+03: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-12-30T23:10:38+03:00 from the rspec-dev repo.
1+
# This file was generated on 2020-12-31T00:51:08+03: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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2020-12-30T23:10:38+03:00 from the rspec-dev repo.
2+
# This file was generated on 2020-12-31T00:51:08+03: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
@@ -30,7 +30,6 @@ fi
3030

3131
if supports_cross_build_checks; then
3232
fold "one-by-one specs" run_specs_one_by_one
33-
export NO_COVERAGE=true
3433
run_all_spec_suites
3534
else
3635
echo "Skipping the rest of the build on non-MRI rubies"

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-12-30T23:10:38+03:00 from the rspec-dev repo.
2+
# This file was generated on 2020-12-31T00:51:08+03: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)