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:
parent
38e5d486b8
commit
80e53fc0e5
4 changed files with 3 additions and 3 deletions
|
|
@ -8,5 +8,5 @@ routers:
|
|||
password: test
|
||||
platform: juniper
|
||||
directives:
|
||||
- '*'
|
||||
- builtins: false
|
||||
- juniper_bgp_route
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue