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
2ad65407
Commit
2ad65407
authored
Jan 07, 2019
by
Robin Sonnabend
Browse files
Add directory debug output
parent
75004a18
Pipeline
#575
failed with stage
in 5 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/build.py
View file @
2ad65407
...
...
@@ -66,10 +66,14 @@ def build_package(repo_dir, package_dir, name,
workdir
=
os
.
path
.
join
(
tempdir
,
pkg_dir
)
os
.
chdir
(
workdir
)
print
(
os
.
listdir
())
if
additional_content
is
not
None
:
os
.
chdir
(
workdir
)
print
(
os
.
listdir
())
for
content
in
additional_content
:
os
.
chdir
(
content
[
"target_dir"
])
print
(
os
.
listdir
())
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