Skip to content

Commit aac4f6a

Browse files
committed
fix(Makefile): check for errors after controller
This must have been lost in a recent refactor.
1 parent 4c2dfe6 commit aac4f6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ start: check-fleet
8282
fleetctl --strict-host-key-checking=false submit controller/systemd/*
8383
fleetctl --strict-host-key-checking=false start controller/systemd/*
8484
@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)
8586

8687
@# builder
8788
$(call echo_yellow,"Done! Waiting for deis-builder to start (this can also take some time)... ")

0 commit comments

Comments
 (0)