From a95fc0b32ee9cdc449c45da4c3f4cfa13229d8bf Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Thu, 21 Jan 2016 16:04:15 +0100 Subject: Break early in build if docker-in-docker fails Change-Id: Ic5d8779f938133a958627170bd379198bec36342 Signed-off-by: Stefan K. Berg (cherry picked from commit f7237753a6f07b872cea23331c1e779941906ace) --- build/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build') diff --git a/build/Makefile b/build/Makefile index 550f360f9..71a4ad5d0 100644 --- 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 -- cgit 1.2.3-korg