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

Commit f9f6335

Browse files
committed
Updated ci build scripts (from rspec-dev) main
1 parent 6d86835 commit f9f6335

12 files changed

+13
-14
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2024-06-20T22:22:25+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

44
version: 2

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2024-06-20T22:22:25+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

44
name: RSpec CI
@@ -20,7 +20,6 @@ env:
2020
RSPEC_CI: true
2121
# This tells rspec-rails what branch to run in ci
2222
RSPEC_VERSION: '= 3.14.0.pre'
23-
ENFORCE_COVERAGE_AFTER: "3.2"
2423
jobs:
2524
rubocop:
2625
name: Rubocop
@@ -130,8 +129,8 @@ jobs:
130129
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
131130
env:
132131
LEGACY_CI: true
133-
NO_COVERAGE: true
134132
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
133+
NO_COVERAGE: true
135134
steps:
136135
- uses: actions/checkout@v3
137136
- run: ${{ matrix.container.pre }}

.rubocop_rspec_base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2024-06-20T22:22:25+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

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

script/ci_functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2024-06-20T22:22:25+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

44
# Taken from:

script/clone_all_rspec_repos

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
2+
# This file was generated on 2024-06-20T22:22:25+01: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/cucumber.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
2+
# This file was generated on 2024-06-20T22:22:25+01: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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2024-06-20T22:22:25+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

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

script/legacy_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
2+
# This file was generated on 2024-06-20T22:22:25+01: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/predicate_functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
1+
# This file was generated on 2024-06-20T22:22:25+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

44
function is_mri {

script/run_build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
2+
# This file was generated on 2024-06-20T22:22:25+01: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/run_rubocop

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
2+
# This file was generated on 2024-06-20T22:22:25+01: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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2024-02-23T14:21:31+00:00 from the rspec-dev repo.
2+
# This file was generated on 2024-06-20T22:22:25+01: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)