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

Commit d63133f

Browse files
authored
Merge pull request #499 from rspec/update-ci-build-scripts-2021-04-23-for-main
Updates from rspec-dev (2021-04-23)
2 parents d04c8ae + 3a62efa commit d63133f

File tree

10 files changed

+15
-20
lines changed

10 files changed

+15
-20
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
1+
# This file was generated on 2021-04-23T09:17:32+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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
ruby:
25-
- 3.0
25+
- '3.0'
2626
- 2.7
2727
- 2.6
2828
- 2.5
@@ -83,20 +83,20 @@ jobs:
8383
tag: rspec/ci:1.9.3
8484
- version: "1.9.2"
8585
tag: rspec/ci:1.9.2
86-
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
86+
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
8787
- version: "1.8.7"
8888
tag: rspec/ci:1.8.7
89-
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
89+
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
9090
- version: "REE"
9191
tag: rspec/ci:ree
92-
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
92+
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
9393
- version: "JRuby 1.7"
9494
tag: rspec/ci:jruby-1.7
9595
- version: "JRuby 1.7 1.8 mode"
9696
tag: rspec/ci:jruby-1.7
9797
jruby_opts: '--dev --1.8'
9898
pre: gem uninstall jruby-openssl
99-
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
99+
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
100100
env:
101101
LEGACY_CI: true
102102
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}

.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 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
1+
# This file was generated on 2021-04-23T09:17:32+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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
1+
# This file was generated on 2021-04-23T09:17:32+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

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 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
2+
# This file was generated on 2021-04-23T09:17:32+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

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 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
2+
# This file was generated on 2021-04-23T09:17:32+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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
1+
# This file was generated on 2021-04-23T09:17:32+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

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 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
2+
# This file was generated on 2021-04-23T09:17:32+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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
1+
# This file was generated on 2021-04-23T09:17:32+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

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 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
2+
# This file was generated on 2021-04-23T09:17:32+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
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file was generated on 2021-01-22T18:13:36+00:00 from the rspec-dev repo.
2+
# This file was generated on 2021-04-23T09:17:32+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
@@ -13,8 +13,3 @@ else
1313
gem update --system '2.7.8'
1414
gem install bundler -v '1.17.3'
1515
fi
16-
17-
echo "Setup complete"
18-
ruby -v
19-
gem -v
20-
bundler -v

0 commit comments

Comments
 (0)