1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix CI example file paths

This commit is contained in:
thatmattlove
2021-12-07 10:05:42 -07:00
parent 80e53fc0e5
commit 85f13dcc6c

View File

@@ -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