removing operator repo (#1659)

This commit is contained in:
Cesar Celis Hernandez
2022-03-03 15:00:49 -05:00
committed by GitHub
parent 768181cf8b
commit 0de9ff38f4
2 changed files with 10 additions and 11 deletions

View File

@@ -57,11 +57,6 @@ jobs:
node-version: '17'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Check out operator as a nested repository
uses: actions/checkout@v2
with:
repository: minio/operator
path: operator
- uses: actions/cache@v2
name: Go Mod Cache
with:
@@ -434,11 +429,6 @@ jobs:
node-version: '17'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Check out operator as a nested repository
uses: actions/checkout@v2
with:
repository: minio/operator
path: operator
- uses: actions/cache@v2
name: Go Mod Cache
with: