Skip to content

Commit

Permalink
Add debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
shambupujar committed Jan 6, 2025
1 parent 60756f9 commit 84dd9e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ jobs:
run: |
export DISABLE_VERSION_CHECK=true
export DOCKER_COMPOSE_LOCATION="/usr/local/bin/docker-compose"
docker compose ps
./babylonnode docker install -f "$HOME/babylon-node-config/config.yaml" -a
sleep 60
./babylonnode auth set-admin-password -m DOCKER -p "$NGINX_ADMIN_PASSWORD"
Expand All @@ -520,6 +519,9 @@ jobs:
-cm "$NGINX_METRICS_PASSWORD" \
-gm "$NGINX_METRICS_PASSWORD" \
-am "$NGINX_METRICS_PASSWORD"
ls -la
docker compose ps
./babylonnode monitoring install -a
env:
NGINX_ADMIN_PASSWORD: ${{secrets.NGINX_ADMIN_PASSWORD}}
Expand Down

0 comments on commit 84dd9e0

Please sign in to comment.