+fix makefile.ci now uses 'start' instead of 'start-no-cache'

This commit is contained in:
xdrm-brackets 2018-02-19 17:20:06 +01:00
parent 9d134c7aa9
commit 9ba0eef9c5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ ci:
@chmod 777 ./virtual/ci/trigger; (exit 0);
@echo;
@echo "*** Launch environment.........launching";
@make start-no-cache | sed 's/^\(.\)/\t\1/g' || (exit 1);
@make start | sed 's/^\(.\)/\t\1/g' || (exit 1);
@echo;
@echo "*** Wait for trigger...........waiting";
@while [ -f ./virtual/ci/trigger ]; do sleep 1; done;