mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-10-03 05:51:08 +02:00
* package utils unit tests * add tests to travis CI * make push needs IMG_TAG in docker push command
3 lines
142 B
Bash
Executable File
3 lines
142 B
Bash
Executable File
NAME=kube-router-build
|
|
docker run --rm --name=$NAME -w /go/src/github.com/cloudnativelabs/kube-router -v $GOPATH:/go golang:1.8.3 "make" "$@"
|