Fix the nightly build failed due to rely on a missing file

Signed-off-by: rick <1450685+LinuxSuRen@users.noreply.github.com>
This commit is contained in:
rick
2021-09-06 09:27:53 +08:00
parent 73b65b12ec
commit dc55e2e1a4

View File

@@ -29,9 +29,6 @@ jobs:
- name: Downloading go dependencies
run: go mod vendor
- name: Install kubebuilder
run: bash hack/install_kubebuilder.sh
- name: Build
run: make all