Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
packages
Commits
75004a18
Commit
75004a18
authored
Jan 07, 2019
by
Robin Sonnabend
Browse files
Fix additional_content -> content
parent
455ab207
Pipeline
#574
failed with stage
in 6 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/build.py
View file @
75004a18
...
...
@@ -69,7 +69,7 @@ def build_package(repo_dir, package_dir, name,
if
additional_content
is
not
None
:
os
.
chdir
(
workdir
)
for
content
in
additional_content
:
os
.
chdir
(
additional_
content
[
"target_dir"
])
os
.
chdir
(
content
[
"target_dir"
])
if
"patch_dir"
in
content
:
abs_patch_dir
=
os
.
path
.
join
(
repo_dir
,
content
[
"patch_dir"
])
...
...
Write
Preview
Supports
Markdown
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