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

Commit 0f2260e

Browse files
authored
Merge pull request #570 from rspec/update-ci-build-scripts-2023-03-16-for-3-12-maintenance
Updates from rspec-dev (2023-03-16)
2 parents f307d49 + 23c9923 commit 0f2260e

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

.github/dependabot.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 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T21:03:44+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
version: 2

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T21:03:44+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
@@ -95,27 +95,27 @@ jobs:
9595
matrix:
9696
container:
9797
- version: "2.0"
98-
tag: rspec/ci:2.0.0
98+
tag: ghcr.io/rspec/docker-ci:2.0.0
9999
- version: "1.9.3"
100-
tag: rspec/ci:1.9.3
100+
tag: ghcr.io/rspec/docker-ci:1.9.3
101101
- version: "1.9.2"
102-
tag: rspec/ci:1.9.2
102+
tag: ghcr.io/rspec/docker-ci:1.9.2
103103
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
104104
- version: "1.8.7"
105-
tag: rspec/ci:1.8.7
105+
tag: ghcr.io/rspec/docker-ci:1.8.7
106106
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
107107
- version: "REE"
108-
tag: rspec/ci:ree
108+
tag: ghcr.io/rspec/docker-ci:ree
109109
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
110110
- version: "JRuby 1.7"
111-
tag: rspec/ci:jruby-1.7
111+
tag: ghcr.io/rspec/docker-ci:jruby-1.7
112112
- version: "JRuby 1.7 1.8 mode"
113-
tag: rspec/ci:jruby-1.7
113+
tag: ghcr.io/rspec/docker-ci:jruby-1.7
114114
jruby_opts: '--dev --1.8'
115115
pre: gem uninstall jruby-openssl
116116
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
117117
- version: "JRuby 9.1.17.0"
118-
tag: rspec/ci:jruby-9.1.17.0
118+
tag: ghcr.io/rspec/docker-ci:jruby-9.1.17.0
119119
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
120120
env:
121121
LEGACY_CI: true

.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 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T21:03:44+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

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 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T21:03:44+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 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T21:03:44+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/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 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T21:03:44+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 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T21:03:44+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/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 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T21:03:44+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/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 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T21:03:44+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 2023-03-12T19:37:42+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T21:03:44+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)