removed travis
This commit is contained in:
parent
e5e2364b48
commit
b295c0abbb
2 changed files with 0 additions and 18 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,12 +0,0 @@
|
||||||
sudo: required
|
|
||||||
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
install:
|
|
||||||
- curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v0.20.0/skaffold-linux-amd64
|
|
||||||
- chmod +x skaffold
|
|
||||||
- sudo mv skaffold /usr/local/bin
|
|
||||||
|
|
||||||
script:
|
|
||||||
- skaffold build --profile travis-ci
|
|
|
@ -49,12 +49,6 @@ deploy:
|
||||||
manifests:
|
manifests:
|
||||||
- ./kubernetes-manifests/**.yaml
|
- ./kubernetes-manifests/**.yaml
|
||||||
profiles:
|
profiles:
|
||||||
# "travis-ci" profile is used to build the images without
|
|
||||||
# pushing them.
|
|
||||||
- name: travis-ci
|
|
||||||
build:
|
|
||||||
local:
|
|
||||||
push: false
|
|
||||||
# "gcb" profile allows building and pushing the images
|
# "gcb" profile allows building and pushing the images
|
||||||
# on Google Container Builder without requiring docker
|
# on Google Container Builder without requiring docker
|
||||||
# installed on the developer machine. However, note that
|
# installed on the developer machine. However, note that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue