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

cluster production test

parent dc74c7f2
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -391,8 +391,12 @@ prep_ocf_cd_dev:
      echo $(echo $CD_ENV_NAME | rev | cut -c 1-6 | rev) > cd_env_endpoint.txt
      
      echo "--- cluster production ---"
      echo "$KUBECONFIG_PROD" > cluster_ocf_prod.kubeconfig
      kubectl --kubeconfig $(pwd)/cluster_ocf_prod.kubeconfig cluster-info
      export KUBECONFIG=$KUBECONFIG_PROD
      kubectl cluster-info

      echo "--- cluster dev ---"
      export KUBECONFIG=$KUBECONFIG
      kubectl cluster-info
  artifacts:
    paths:
      - cd_env_endpoint.txt