fix event format error

xx
This commit is contained in:
Jeff
2019-03-26 14:17:05 +08:00
committed by zryfish
parent 8edf1ca7b8
commit 8191264bf1
3 changed files with 5 additions and 5 deletions

View File

@@ -19,11 +19,11 @@ before_script:
- bash hack/install_kubebuilder.sh
script:
- make all && bash hack/docker_build.sh
- make all
deploy:
skip_cleanup: true
provider: script
script: bash hack/docker_push.sh
script: bash hack/docker_build.sh && bash hack/docker_push.sh
on:
branch: master