Skip to content

Commit

Permalink
sleep does not help
Browse files Browse the repository at this point in the history
  • Loading branch information
jmservera committed Jul 31, 2024
1 parent dfb4012 commit 606bbf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ocpp-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 606bbf0

Please sign in to comment.