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:
parent
4f527d995f
commit
685b32d4d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue