UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Tools
project-template
Commits
9bc78808
Commit
9bc78808
authored
Jan 20, 2021
by
gavin.scallon
Browse files
test
parent
548b07a2
Pipeline
#137577
passed with stage
in 1 minute and 45 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
template.py
template.py
+1
-1
No files found.
template.py
View file @
9bc78808
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment