Merge pull request #4212 from LinuxSuRen/fix-ci-failed

Fix the nightly build failed due to rely on a missing file
This commit is contained in:
KubeSphere CI Bot
2021-09-06 09:53:14 +08:00
committed by GitHub

View File

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