Code Review
/
fuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
19f5223
)
Break early in build if docker-in-docker fails
15/8515/2
author
Stefan K. Berg
<stefan.k.berg@ericsson.com>
Thu, 21 Jan 2016 15:04:15 +0000
(16:04 +0100)
committer
Stefan Berg
<sfb@consultron.com>
Fri, 29 Jan 2016 13:25:41 +0000
(14:25 +0100)
Change-Id: Ic5d8779f938133a958627170bd379198bec36342
Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
(cherry picked from commit
f7237753a6f07b872cea23331c1e779941906ace
)
build/Makefile
patch
|
blob
|
history
diff --git
a/build/Makefile
b/build/Makefile
index
550f360
..
71a4ad5
100644
(file)
--- a/
build/Makefile
+++ b/
build/Makefile
@@
-115,6
+115,8
@@
$(ISOCACHE):
# cd /tmp/fuel-main && patch -f -p0 < $(TOPDIR)/fuel-main_docker_dns.patch
#
cd /tmp/fuel-main && ./prepare-build-env.sh
+ # Verify that Docker is alive
+ sudo docker info
cd /tmp/fuel-main && make repos
$(REPOINFO) -r /tmp/fuel-main > gitinfo_fuel.txt
# Repeat build up to ten times