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

Commit 986d119

Browse files
committed
Updated ci build scripts (from rspec-dev) main
1 parent 1e795c8 commit 986d119

12 files changed

+22
-22
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-09T21:09:50+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T20:30:35+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-09T21:09:50+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T20:30:35+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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2023-03-09T21:09:50+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T20:30:35+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
@@ -32,7 +32,7 @@ Metrics/CyclomaticComplexity:
3232

3333
# We use YARD to enforce documentation. It works better than rubocop's
3434
# enforcement...rubocop complains about the places we re-open
35-
# `RSpec::Expectations` and `RSpec::Matchers` w/o having doc comments.
35+
# `RSpec::Expectations` and `RSpec::Matchers` w/o having doc commments.
3636
Style/Documentation:
3737
Enabled: false
3838

@@ -104,7 +104,7 @@ Style/SignalException:
104104
Layout/SpaceAroundEqualsInParameterDefault:
105105
EnforcedStyle: no_space
106106

107-
# We don't care about single vs double quotes.
107+
# We don't care about single vs double qoutes.
108108
Style/StringLiterals:
109109
Enabled: false
110110

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-09T21:09:50+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T20:30:35+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-09T21:09:50+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T20:30:35+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-09T21:09:50+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T20:30:35+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-09T21:09:50+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T20:30:35+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-09T21:09:50+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T20:30:35+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-09T21:09:50+00:00 from the rspec-dev repo.
1+
# This file was generated on 2023-03-16T20:30:35+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-09T21:09:50+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T20:30:35+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/run_rubocop

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-09T21:09:50+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T20:30:35+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 2023-03-09T21:09:50+00:00 from the rspec-dev repo.
2+
# This file was generated on 2023-03-16T20:30:35+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)