Skip to content
Snippets Groups Projects
Commit 1dd8cb21 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

printing available contexts

parent 3de3b04f
No related branches found
No related tags found
2 merge requests!1985Development,!1983Resolve "Associator not working"
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
BRANCH_NAME: $CI_COMMIT_REF_NAME BRANCH_NAME: $CI_COMMIT_REF_NAME
COMMIT_NAME: $CI_COMMIT_REF_SLUG COMMIT_NAME: $CI_COMMIT_REF_SLUG
before_script: before_script:
- kubectl config get-contexts
- kubectl config use-context open-source/MetaGer:metager - kubectl config use-context open-source/MetaGer:metager
script: script:
- .gitlab/deployment_scripts/update_secret.sh - .gitlab/deployment_scripts/update_secret.sh
...@@ -73,6 +74,7 @@ stop_review: ...@@ -73,6 +74,7 @@ stop_review:
FPM_REPOSITORY_ID: 418 FPM_REPOSITORY_ID: 418
NGINX_REPOSITORY_ID: 416 NGINX_REPOSITORY_ID: 416
before_script: before_script:
- kubectl config get-contexts
- kubectl config use-context open-source/MetaGer:metager - kubectl config use-context open-source/MetaGer:metager
script: script:
- .gitlab/deployment_scripts/delete_deployment.sh - .gitlab/deployment_scripts/delete_deployment.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment