[skip ci] move k3s config to default path
This commit is contained in:
parent
57e497afe0
commit
e784ed80c6
1 changed files with 1 additions and 2 deletions
|
@ -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 -------------"
|
||||
|
|
Loading…
Reference in a new issue