forked from mirrors/thatmattlove-hyperglass
Fix legacy listen_address setting in CI
This commit is contained in:
parent
685b32d4d6
commit
aaad4d9350
2 changed files with 2 additions and 3 deletions
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
|
|
@ -44,6 +44,8 @@ jobs:
|
|||
run: |
|
||||
mkdir -p "$HOME/hyperglass"
|
||||
echo "HYPERGLASS_APP_PATH=$HOME/hyperglass" >> $GITHUB_ENV
|
||||
echo "HYPERGLASS_HOST=127.0.0.1" >> $GITHUB_ENV
|
||||
echo "HYPERGLASS_PORT=8001" >> $GITHUB_ENV
|
||||
|
||||
- name: Install (Poetry)
|
||||
run: poetry install
|
||||
|
|
|
|||
|
|
@ -17,9 +17,6 @@ cp ./hyperglass/examples/directives.yaml $HOME/hyperglass/directives.yaml
|
|||
echo "[INFO] Copying devices.yaml file..."
|
||||
cp ./hyperglass/examples/devices.yaml $HOME/hyperglass/devices.yaml
|
||||
|
||||
echo "[INFO] Setting listen_address..."
|
||||
echo "listen_address: 127.0.0.1" >>$HOME/hyperglass/config.yaml
|
||||
|
||||
echo "[INFO] Starting UI build."
|
||||
poetry run hyperglass build-ui &>$LOG_FILE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue