mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fixing ci/cd
This commit is contained in:
parent
d86a80ac9f
commit
731df59d91
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
language: go
|
||||
go:
|
||||
- "1.12"
|
||||
- "1.13"
|
||||
|
||||
# safelist
|
||||
branches:
|
||||
|
@ -14,11 +14,9 @@ before_install:
|
|||
exit
|
||||
fi
|
||||
|
||||
# Skip the install step. Don't `go get` dependencies. Only build with the code
|
||||
# in vendor/
|
||||
install: true
|
||||
install: go get ./...
|
||||
|
||||
script:
|
||||
script:
|
||||
# build initContainer
|
||||
- make initContainer || travis_terminate 1;
|
||||
# build kyverno container
|
||||
|
|
Loading…
Add table
Reference in a new issue