Loading capif/templates/cd-deploy-ocf.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ deploy_ocf_staging: - echo "### install helm###" - curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 - chmod 700 get_helm.sh - ./get_helm.sh - sudo ./get_helm.sh - helm version - echo "### install kubectl###" - curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" Loading Loading @@ -125,7 +125,7 @@ deploy_ocf_dev: - echo "### install helm###" - curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 - chmod 700 get_helm.sh - ./get_helm.sh - sudo ./get_helm.sh - helm version - echo "### install kubectl###" - curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" Loading Loading
capif/templates/cd-deploy-ocf.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ deploy_ocf_staging: - echo "### install helm###" - curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 - chmod 700 get_helm.sh - ./get_helm.sh - sudo ./get_helm.sh - helm version - echo "### install kubectl###" - curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" Loading Loading @@ -125,7 +125,7 @@ deploy_ocf_dev: - echo "### install helm###" - curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 - chmod 700 get_helm.sh - ./get_helm.sh - sudo ./get_helm.sh - helm version - echo "### install kubectl###" - curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" Loading