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

Clean up CI test files

This commit is contained in:
thatmattlove 2021-12-07 09:52:43 -07:00
parent 38e5d486b8
commit 80e53fc0e5
4 changed files with 3 additions and 3 deletions

View file

@ -8,5 +8,5 @@ routers:
password: test
platform: juniper
directives:
- '*'
- builtins: false
- juniper_bgp_route

View file

@ -12,10 +12,10 @@ echo "[SUCCESS] Setup completed."
sleep 2
echo "[INFO] Copying directives.yaml file..."
cp ./hyperglass/examples/directives.yaml $HOME/hyperglass/directives.yaml
cp ./directives.yaml $HOME/hyperglass/directives.yaml
echo "[INFO] Copying devices.yaml file..."
cp ./hyperglass/examples/devices.yaml $HOME/hyperglass/devices.yaml
cp ./devices.yaml $HOME/hyperglass/devices.yaml
echo "[INFO] Starting UI build."
poetry run hyperglass build-ui &>$LOG_FILE