Commit c49c555d authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

whois

parent 7f59890c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -661,6 +661,7 @@ deploy_ocf_main:
#    - git clone https://oauth2:${CI_JOB_TOKEN}@labs.etsi.org/rep/ocf/capif.git
    - echo "### install helm###"
    - curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
    - whoami
#    - chmod 700 get_helm.sh
#    - ./get_helm.sh
#    - helm version
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ deploy_ocf_staging:
#    - curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
#    - chmod 700 get_helm.sh
#    - sudo ./get_helm.sh
    - whoami
    - 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"