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 password: test
platform: juniper platform: juniper
directives: directives:
- '*' - builtins: false
- juniper_bgp_route - juniper_bgp_route

View file

@ -12,10 +12,10 @@ echo "[SUCCESS] Setup completed."
sleep 2 sleep 2
echo "[INFO] Copying directives.yaml file..." 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..." 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." echo "[INFO] Starting UI build."
poetry run hyperglass build-ui &>$LOG_FILE poetry run hyperglass build-ui &>$LOG_FILE