From 606bbf0100af11cb5bcd5350545606d81675fca1 Mon Sep 17 00:00:00 2001 From: jmservera <8036360+jmservera@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:56:02 +0200 Subject: [PATCH] sleep does not help --- ocpp-server/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ocpp-server/Makefile b/ocpp-server/Makefile index 5a37f00..7e83ff4 100644 --- a/ocpp-server/Makefile +++ b/ocpp-server/Makefile @@ -99,6 +99,5 @@ deploy: # until [ $$(curl -s -o /dev/null -w "%{http_code}" https://$(WEB_SERVER)) -eq 502 ] || [ $$(curl -s -o /dev/null -w "%{http_code}" https://$(WEB_SERVER)) -eq 200 ]; do echo -n . && sleep 5; done # @echo @$(MAKE) -f $(THIS_FILE) restart - sleep 120 @$(MAKE) -f $(THIS_FILE) publish .PHONY: test clean watch start secrets test-client infra clean-infra