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: ...@@ -60,7 +60,7 @@ redis:
KEEP_N: 9 # Trim to the latest 9 revisions as the 10th will be deleted in the next stage KEEP_N: 9 # Trim to the latest 9 revisions as the 10th will be deleted in the next stage
before_script: before_script:
- kubectl config get-contexts - 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 - kubectl config view
script: script:
- .gitlab/deployment_scripts/cleanup_tags_revision.sh - .gitlab/deployment_scripts/cleanup_tags_revision.sh
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
COMMIT_NAME: $CI_COMMIT_REF_SLUG COMMIT_NAME: $CI_COMMIT_REF_SLUG
before_script: before_script:
- kubectl config get-contexts - kubectl config get-contexts
- kubectl config use-context open-source/MetaGer:metager - kubectl config use-context $CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:metager
script: script:
- .gitlab/deployment_scripts/update_secret.sh - .gitlab/deployment_scripts/update_secret.sh
- .gitlab/deployment_scripts/update_deployment.sh - .gitlab/deployment_scripts/update_deployment.sh
...@@ -76,7 +76,7 @@ stop_review: ...@@ -76,7 +76,7 @@ stop_review:
REDIS_REPOSITORY_ID: 425 REDIS_REPOSITORY_ID: 425
before_script: before_script:
- kubectl config get-contexts - kubectl config get-contexts
- kubectl config use-context open-source/MetaGer:metager - kubectl config use-context $CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME:metager
script: script:
- .gitlab/deployment_scripts/delete_deployment.sh - .gitlab/deployment_scripts/delete_deployment.sh
when: manual when: manual
......
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