forked from mirrors/thatmattlove-hyperglass
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
|
password: test
|
||||||
platform: juniper
|
platform: juniper
|
||||||
directives:
|
directives:
|
||||||
- '*'
|
- builtins: false
|
||||||
- juniper_bgp_route
|
- juniper_bgp_route
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue