Skip to content

Commit

Permalink
ci: do not explicitly create controller-gen/kustomize
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Scott <[email protected]>
  • Loading branch information
scottd018 committed Jun 7, 2024
1 parent 23b5d20 commit eeac07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/common-actions/e2e-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
working-directory: /tmp/operator-builder-test
run: |
make controller-gen && make kustomize
chmod +x bin/controller-gen && chmod +x bin/kustomize
chmod +x bin/*
make install
- name: Build Container
Expand Down

0 comments on commit eeac07e

Please sign in to comment.