We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2dfe6 commit aac4f6aCopy full SHA for aac4f6a
1 file changed
Makefile
@@ -82,6 +82,7 @@ start: check-fleet
82
fleetctl --strict-host-key-checking=false submit controller/systemd/*
83
fleetctl --strict-host-key-checking=false start controller/systemd/*
84
@until fleetctl --strict-host-key-checking=false list-units | egrep -q "deis-controller.+(running|failed|dead)"; do printf "\033[0;33mStatus:\033[0m "; fleetctl --strict-host-key-checking=false list-units | grep "controller" | awk '{printf $$3}'; printf "\r" ; sleep 10; done
85
+ $(call check_for_errors)
86
87
@# builder
88
$(call echo_yellow,"Done! Waiting for deis-builder to start (this can also take some time)... ")
0 commit comments