1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

Fix config file name in CI

This commit is contained in:
thatmattlove 2021-12-07 09:22:41 -07:00
parent 4f527d995f
commit 685b32d4d6

View file

@ -18,7 +18,7 @@ echo "[INFO] Copying devices.yaml file..."
cp ./hyperglass/examples/devices.yaml $HOME/hyperglass/devices.yaml
echo "[INFO] Setting listen_address..."
echo "listen_address: 127.0.0.1" >>$HOME/hyperglass/hyperglass.yaml
echo "listen_address: 127.0.0.1" >>$HOME/hyperglass/config.yaml
echo "[INFO] Starting UI build."
poetry run hyperglass build-ui &>$LOG_FILE