Second try: maybe the env variables weren't set

This commit is contained in:
Robert Schäfer 2019-03-02 20:51:17 +01:00
parent ac6cc8ab2c
commit 036ce54152
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
language: generic
before_install:
- openssl aes-256-cbc -K $encrypted_87342d90efbe_key -iv $encrypted_87342d90efbe_iv -in kubeconfig.yaml.enc -out kubeconfig.yaml -d
install:
@ -8,7 +7,5 @@ install:
- sudo mv ./kubectl /usr/local/bin/kubectl
- mkdir ${HOME}/.kube
- cp kubeconfig.yaml ${HOME}/.kube/config
script:
- kubectl get nodes

Binary file not shown.