forked from mirrors/thatmattlove-hyperglass
fix CI example file paths
This commit is contained in:
parent
80e53fc0e5
commit
85f13dcc6c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue