reconcile host cluster (#2354)

print friendly error when component failed

update dockerfile
This commit is contained in:
zryfish
2020-07-08 23:55:13 +08:00
committed by GitHub
parent 99aff3c7da
commit 693a4143db
18 changed files with 328 additions and 101 deletions

View File

@@ -4,13 +4,12 @@ on:
push:
branches:
- 'master'
- 'dev'
- 'release*'
tags:
- 'release-*'
- 'v*'
pull_request:
branches:
- 'master'
- 'dev'
jobs:
build:
@@ -39,7 +38,7 @@ jobs:
run: bash hack/install_kubebuilder.sh
- name: Build
run: make all
run: make test
- name: Make OpenAPI Spec
run: make openapi