Browse Source

Add unexisting directory

Abdelhadi Khiati 6 years ago
parent
commit
a7acc61558
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/@uppy/companion/infra/kube/gcloud-deploy.sh

+ 2 - 0
packages/@uppy/companion/infra/kube/gcloud-deploy.sh

@@ -11,6 +11,8 @@ __companion="$(dirname "$(dirname "${__kube}")")"
 # Install kubectl
 curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
 chmod +x ./kubectl
+mkdir ${HOME}/.local/bin/
+export PATH="${HOME}/.local/bin/:$PATH"
 mv ./kubectl ${HOME}/.local/bin/