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

Commit 594aa52

Browse files
olleolleollepirj
authored andcommitted
Updated ci build scripts (from rspec-dev)main
1 parent 5fdadce commit 594aa52

11 files changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
1+
# This file was generated on 2022-06-01T12:59:51+02: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,7 @@ jobs:
2020
name: Rubocop
2121
runs-on: 'ubuntu-20.04'
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: '3.0'
@@ -72,7 +72,7 @@ jobs:
7272
continue-on-error: ${{ matrix.allow_failure || endsWith(matrix.ruby, 'head') }}
7373
env: ${{ matrix.env }}
7474
steps:
75-
- uses: actions/checkout@v2
75+
- uses: actions/checkout@v3
7676
- uses: ruby/setup-ruby@v1
7777
with:
7878
bundler: ${{ matrix.bundler || '2.2.22' }}
@@ -117,7 +117,7 @@ jobs:
117117
LEGACY_CI: true
118118
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
119119
steps:
120-
- uses: actions/checkout@v2
120+
- uses: actions/checkout@v3
121121
- run: ${{ matrix.container.pre }}
122122
- run: script/legacy_setup.sh
123123
- run: bundle exec bin/rspec
@@ -138,7 +138,7 @@ jobs:
138138
- 2.1.9
139139
fail-fast: false
140140
steps:
141-
- uses: actions/checkout@v2
141+
- uses: actions/checkout@v3
142142
- uses: ruby/setup-ruby@v1
143143
with:
144144
bundler: '2.2.22'

.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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
1+
# This file was generated on 2022-06-01T12:59:51+02: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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
1+
# This file was generated on 2022-06-01T12:59:51+02: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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
2+
# This file was generated on 2022-06-01T12:59:51+02: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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
2+
# This file was generated on 2022-06-01T12:59:51+02: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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
1+
# This file was generated on 2022-06-01T12:59:51+02: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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
2+
# This file was generated on 2022-06-01T12:59:51+02: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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
1+
# This file was generated on 2022-06-01T12:59:51+02: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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
2+
# This file was generated on 2022-06-01T12:59:51+02: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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
2+
# This file was generated on 2022-06-01T12:59:51+02: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 2022-04-05T21:59:01+01:00 from the rspec-dev repo.
2+
# This file was generated on 2022-06-01T12:59:51+02: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)