Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
docker-cubicweb
Commits
ee6b746b1bc1
Commit
3ee732b0
authored
Apr 02, 2021
by
Noé Gaumont
🐙
Browse files
fix: display the full-name of the image build
parent
a29a5350e697
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.py
View file @
ee6b746b
...
...
@@ -262,7 +262,7 @@ def build(debian_dists: List[str], images: List[CubicWebImage] = [], rebuild=Fal
for
image
in
images
:
for
image_type
in
(
None
,
"onbuild"
):
built
=
build_image
(
image
,
image_type
)
conditionnal_append
(
built_images
,
failed_images
,
built
,
image
)
conditionnal_append
(
built_images
,
failed_images
,
built
,
f
"
{
image
}
-
{
image_type
}
"
)
# Do no try to update image not built
if
built
and
rebuild
and
image_type
is
None
:
...
...
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