Skip to content

Commit a13a820

Browse files
melinathanoopkverma-google
authored andcommitted
Removed references to ruby from github actions (GoogleCloudPlatform#12849)
1 parent 5df528b commit a13a820

File tree

4 files changed

+1
-79
lines changed

4 files changed

+1
-79
lines changed

.github/actions/build-downstream/action.yml

-20
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,6 @@ runs:
1616
with:
1717
fetch-depth: 0
1818

19-
- name: Set up Ruby
20-
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0
21-
with:
22-
ruby-version: '3.1'
23-
24-
- name: Cache Bundler gems
25-
uses: actions/cache@v3
26-
with:
27-
path: mmv1/vendor/bundle
28-
key: ${{ runner.os }}-gems-${{ hashFiles('mmv1/**/Gemfile.lock') }}
29-
restore-keys: |
30-
${{ runner.os }}-gems-
31-
32-
- name: Install Ruby dependencies
33-
shell: bash
34-
run: |
35-
bundle config path mmv1/vendor/bundle
36-
bundle install
37-
working-directory: mmv1
38-
3919
- name: Set up Go
4020
uses: actions/setup-go@v4
4121
with:

.github/workflows/build-downstream.yml

-19
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,6 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- name: Set up Ruby
29-
uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0
30-
with:
31-
ruby-version: '3.1'
32-
33-
- name: Cache Bundler gems
34-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
35-
with:
36-
path: mmv1/vendor/bundle
37-
key: ${{ runner.os }}-gems-${{ hashFiles('mmv1/**/Gemfile.lock') }}
38-
restore-keys: |
39-
${{ runner.os }}-gems-
40-
41-
- name: Install Ruby dependencies
42-
run: |
43-
bundle config path mmv1/vendor/bundle
44-
bundle install
45-
working-directory: mmv1
46-
4728
- name: Set up Go
4829
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
4930
with:

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
language: [ 'go', 'ruby' ]
25+
language: [ 'go' ]
2626

2727
steps:
2828
- name: Checkout repository

.github/workflows/mmv1-rake-tests.yml

-39
This file was deleted.

0 commit comments

Comments
 (0)