UNCLASSIFIED

Commit 8133980c authored by gavin.scallon's avatar gavin.scallon
Browse files

Merge branch 'comment-edit' into 'master'

Update projects.py

See merge request !12
parents 35dcffb6 f1b04ebc
Pipeline #144804 passed with stage
in 5 minutes and 36 seconds
......@@ -129,7 +129,7 @@ def fix(url, token, tid, pid):
# fixParameter(url, token, pid, 'default_branch', fixes['default_branch'])
# if fixes['ci_config_path'] != '':
# fixParameter(url, token, pid, 'ci_config_path', 'templates/distroless.yaml@ironbank-tools/ironbank-pipeline')
# fixParameter(url, token, pid, 'ci_config_path', fixes['ci_config_path'])
def fixParameter(url, token, id, key, value):
......
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