From e899a914692a3c627e9b87a4f1f60833786b1f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 4 Apr 2019 13:41:03 +0200 Subject: [PATCH] Create missing .kube/ directory --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7cd778a34..56e8e1f31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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