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:
@@ -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
|
||||
|
Reference in New Issue
Block a user