From 85f13dcc6c0d876129136106c0b2dbd519437a2c Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Tue, 7 Dec 2021 10:05:42 -0700 Subject: [PATCH] fix CI example file paths --- .tests/ga-backend-app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tests/ga-backend-app.sh b/.tests/ga-backend-app.sh index 977ccca..fa7e3bf 100755 --- a/.tests/ga-backend-app.sh +++ b/.tests/ga-backend-app.sh @@ -12,10 +12,10 @@ echo "[SUCCESS] Setup completed." sleep 2 echo "[INFO] Copying directives.yaml file..." -cp ./directives.yaml $HOME/hyperglass/directives.yaml +cp ./.tests/directives.yaml $HOME/hyperglass/directives.yaml echo "[INFO] Copying devices.yaml file..." -cp ./devices.yaml $HOME/hyperglass/devices.yaml +cp ./.tests/devices.yaml $HOME/hyperglass/devices.yaml echo "[INFO] Starting UI build." poetry run hyperglass build-ui &>$LOG_FILE