copy the devices.yaml example file for CI

This commit is contained in:
checktheroads 2021-01-03 00:20:34 -07:00
parent 8e678e2429
commit b93976bec2

View file

@ -2,6 +2,9 @@
LOG_FILE="$HOME/hyperglass-ci.log"
echo "[INFO] Copying devices.yaml file..."
cp ./examples/devices.yaml $HOME/hyperglass/devices.yaml
echo "[INFO] Starting setup..."
poetry run hyperglass setup -d
echo "[SUCCESS] Setup completed."