From ec28ccafbc1efadf623929dcf9c6c721b731c2ea Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Mon, 6 Dec 2021 16:52:11 -0700 Subject: [PATCH] fix missing log file in CI --- .tests/ga-backend-app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.tests/ga-backend-app.sh b/.tests/ga-backend-app.sh index c27deed..0041258 100755 --- a/.tests/ga-backend-app.sh +++ b/.tests/ga-backend-app.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash LOG_FILE="$HOME/hyperglass-ci.log" +touch /tmp/hyperglass.log export POETRY_HYPERGLASS_UI_BUILD_TIMEOUT="600" echo "[INFO] Set build timeout to $POETRY_HYPERGLASS_UI_BUILD_TIMEOUT seconds"