From e784ed80c66e9203ebb3e0fb901e8154cdcdc5ac Mon Sep 17 00:00:00 2001 From: ansgarz Date: Wed, 15 Dec 2021 12:23:14 +0100 Subject: [PATCH] [skip ci] move k3s config to default path --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63b52a7..f029dc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -166,8 +166,7 @@ nextcloud-integrationtest: - wget -P /etc/apk/keys/ https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub - apk add --no-cache --repository=https://apkproxy.herokuapp.com/sgerrand/alpine-pkg-leiningen leiningen - - curl -f k3s:8081 > k3s.yaml - - export KUBECONFIG=$(pwd)/k3s.yaml + - curl -f k3s:8081 > ${HOME}/.kube/config - kubectl version - kubectl cluster-info - echo "---------- Integration test -------------"