remove unused LIVE_RELOAD variable

This commit is contained in:
Lukas Hass
2022-02-15 20:28:52 +01:00
parent 620e218612
commit 72c35e2d06
3 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
run: sudo chown 1000:1000 -R .
- name: "Start environment"
run: LIVE_RELOAD=0 docker-compose up -d
run: docker-compose up -d
- name: "Wait for environment to build (and downloading testcafe image)"
run: (docker-compose -f docker-compose.testcafe.yml build &) && docker-compose logs -f --tail=0 front | grep -q "Compiled successfully"