mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-04 19:10:26 +00:00
Run podinfo on Travis Kubernetes in Docker
This commit is contained in:
@@ -24,6 +24,10 @@ before_install:
|
||||
script:
|
||||
- make test
|
||||
- make build docker-build
|
||||
- docker build -t podinfo:test -f Dockerfile.ci .
|
||||
- ./kubectl run podinfo --image=podinfo:test -- ./podinfo --port=9898
|
||||
- sleep 5
|
||||
- ./kubectl describe deployment podinfo
|
||||
|
||||
after_success:
|
||||
- if [ -z "$DOCKER_USER" ]; then
|
||||
|
||||
Reference in New Issue
Block a user