UNCLASSIFIED

Commit 9bc78808 authored by gavin.scallon's avatar gavin.scallon
Browse files

test

parent 548b07a2
Pipeline #137577 passed with stage
in 1 minute and 45 seconds
......@@ -153,7 +153,7 @@ def main(argv):
if 'projects' in runModules:
projects.fix(gitlab_url, gitlab_token, projectTemplate, i['id'])
if str(i['id']) in distrolessProjects:
projects.fixParameter(url, token, pid, 'ci_config_path', 'templates/distroless.yaml@ironbank-tools/ironbank-pipeline')
projects.fixParameter(gitlab_url, gitlab_token, i['id'], 'ci_config_path', 'templates/distroless.yaml@ironbank-tools/ironbank-pipeline')
if 'file_templates' in runModules:
# file_templates must be first because we unprotect the branch, because of this
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment