You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/fileutils.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -453,7 +453,7 @@ processBuild() {
453
453
sleep 0.5; \
454
454
if [ $i -eq 20 ]; then docker restart build-docker; fi; \
455
455
if [ $i -eq 40 ]; then docker restart build-docker; fi; \
456
-
if [ $i -eq 60 ]; then echo 'build-docker will not start. Please review docker logs build-docker. Run this build again will sometimes fix the problem.'; false; exit; fi; \
456
+
if [ $i -eq 60 ]; then echo 'build-docker will not start. Please review docker logs build-docker. Run this build again will sometimes fix the problem.'; else; exit 1; fi; \
0 commit comments