mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-03 23:25:49 +02:00
Fiexed typo
This commit is contained in:
parent
8c48c2824d
commit
de3e7d0801
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
go mod download
|
go mod download
|
||||||
make _test/kubebuilde
|
make _test/kubebuilder
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: go-mod-v4-{{ checksum "go.sum" }}
|
key: go-mod-v4-{{ checksum "go.sum" }}
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue