Create missing .kube/ directory

This commit is contained in:
Robert Schäfer 2019-04-04 13:41:03 +02:00
parent 38949ac9b4
commit e899a91469

View File

@ -34,6 +34,7 @@ script:
after_success:
- doctl auth init --access-token $DOCTL_ACCESS_TOKEN
- mkdir -p ~/.kube/
- doctl kubernetes cluster kubeconfig show nitro-staging > ~/.kube/config.yaml
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh