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
ba20288d
Commit
ba20288d
authored
Nov 28, 2018
by
Robin Sonnabend
Browse files
More debugging
parent
9bfc1be0
Pipeline
#495
failed with stage
in 4 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/build.py
View file @
ba20288d
...
@@ -31,6 +31,7 @@ def run_checked(command, **kwargs):
...
@@ -31,6 +31,7 @@ def run_checked(command, **kwargs):
stdout
=
sp
.
PIPE
,
stderr
=
sp
.
PIPE
,
universal_newlines
=
True
,
stdout
=
sp
.
PIPE
,
stderr
=
sp
.
PIPE
,
universal_newlines
=
True
,
**
kwargs
)
**
kwargs
)
except
sp
.
CalledProcessError
as
error
:
except
sp
.
CalledProcessError
as
error
:
print
(
error
.
stdout
)
print
(
error
.
stderr
)
print
(
error
.
stderr
)
raise
raise
...
...
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