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

fixing acl on kubeconfig

parent d03bf763
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -46,6 +46,8 @@ cleanup_composer_image: ...@@ -46,6 +46,8 @@ cleanup_composer_image:
needs: [] needs: []
variables: variables:
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:
- chmod go-r $KUBECONFIG
script: script:
- .gitlab/deployment_scripts/cleanup_revisions.sh - .gitlab/deployment_scripts/cleanup_revisions.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