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

refactor: add before_script to deploy_ocf_prod for cluster information logging

parent a5bdd78c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -115,6 +115,10 @@ prod_build_and_push:

deploy_ocf_prod:
  stage: deploy_ocf_prod
  before_script:
    - echo "--- cluster production ---"
    - export KUBECONFIG=$KUBECONFIG_PROD
    - kubectl cluster-info
  needs:
    - prod_build_and_push
  <<: *relase_common