Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: dviejokfs <[email protected]>
  • Loading branch information
dviejokfs committed Sep 26, 2022
1 parent 18a8d43 commit 710bdcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-kubectl-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install operator CRDs
run: |
go get -u sigs.k8s.io/controller-tools
go install sigs.k8s.io/controller-tools/cmd/[email protected]
make generate manifests install
- name: Create Peer org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: helm/[email protected]
- name: Install operator
run: |
go get -u sigs.k8s.io/controller-tools
go install sigs.k8s.io/controller-tools/cmd/[email protected]
make generate manifests install
- name: Test
Expand Down

0 comments on commit 710bdcd

Please sign in to comment.