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

variable agent name

parent 6406143b
No related branches found
No related tags found
1 merge request!2096Translated using Weblate (French)
......@@ -60,7 +60,7 @@ redis:
KEEP_N: 9 # Trim to the latest 9 revisions as the 10th will be deleted in the next stage
before_script:
- kubectl config get-contexts
- kubectl config use-context open-source/MetaGer:metager
- kubectl config use-context $CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:metager
- kubectl config view
script:
- .gitlab/deployment_scripts/cleanup_tags_revision.sh
......
......@@ -11,7 +11,7 @@
COMMIT_NAME: $CI_COMMIT_REF_SLUG
before_script:
- kubectl config get-contexts
- kubectl config use-context open-source/MetaGer:metager
- kubectl config use-context $CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:metager
script:
- .gitlab/deployment_scripts/update_secret.sh
- .gitlab/deployment_scripts/update_deployment.sh
......@@ -76,7 +76,7 @@ stop_review:
REDIS_REPOSITORY_ID: 425
before_script:
- kubectl config get-contexts
- kubectl config use-context open-source/MetaGer:metager
- kubectl config use-context $CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:metager
script:
- .gitlab/deployment_scripts/delete_deployment.sh
when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment