forked from LaconicNetwork/kompose
reason for this is that openshift/kubernetes backported k8s.io/kubernetes/pkg/securitycontextconstraints/util that is currently required by something that github.com/openshift/origin/pkg/deploy/api/v1 depends on
9 lines
227 B
Bash
9 lines
227 B
Bash
cd examples
|
|
ls *.go | xargs -I {} go build -o /tmp/ignore {}
|
|
cd ..
|
|
go fmt ...swagger && \
|
|
go test -test.v ...swagger && \
|
|
go install ...swagger && \
|
|
go fmt ...restful && \
|
|
go test -test.v ...restful && \
|
|
go install ...restful |