diff --git a/.gitlab/ci/build_docker_images.yml b/.gitlab/ci/build_docker_images.yml index 984e22f11f9e794a588e0f005dfbb221dd491be1..2822c17080369b5995b51f1ef858782c572a5ef0 100644 --- a/.gitlab/ci/build_docker_images.yml +++ b/.gitlab/ci/build_docker_images.yml @@ -44,6 +44,10 @@ nginx: NGINX_REPOSITORY_ID: 416 NODE_REPOSITORY_ID: 419 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 view script: - .gitlab/deployment_scripts/cleanup_tags_revision.sh - .gitlab/deployment_scripts/cleanup_tags_non_revision.sh