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

removed obsolete chmod

parent fb56a8a9
No related branches found
No related tags found
2 merge requests!1985Development,!1983Resolve "Associator not working"
......@@ -44,8 +44,6 @@ 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:
- chmod go-r $KUBECONFIG
script:
- .gitlab/deployment_scripts/cleanup_tags_revision.sh
- .gitlab/deployment_scripts/cleanup_tags_non_revision.sh
......
......@@ -9,8 +9,6 @@
DEPLOYMENT_CHART_NAME: ${CI_COMMIT_REF_SLUG}
BRANCH_NAME: $CI_COMMIT_REF_NAME
COMMIT_NAME: $CI_COMMIT_REF_SLUG
before_script:
- chmod go-r $KUBECONFIG
script:
- .gitlab/deployment_scripts/update_secret.sh
- .gitlab/deployment_scripts/update_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