Skaffold for Fission (#1172)

Skaffold for development of Fission and switching to multi-stage Dockerfile for all components.
This commit is contained in:
Vishal
2019-05-27 12:51:00 +05:30
committed by GitHub
parent c3177f9ebd
commit 49f9944b86
21 changed files with 215 additions and 123 deletions
+1 -1
View File
@@ -37,8 +37,8 @@ before_script:
- hack/verify-govet.sh
- helm lint charts/fission-all/ charts/fission-core/
- go mod download
- go mod vendor
- go build -o fission/fission fission/*.go
- ./fission-bundle/build.sh
- hack/runtests.sh
script: