Skip to content

Commit e18683b

Browse files
committed
debug
1 parent 4b73cfc commit e18683b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/d2e-demosetup-hana.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ jobs:
7676
# timeout 10m bash -c "HANAPW=${HDIPW} ACCEPT_SAP_LICENSE=true DOTENV_FILE=.env ENV_TYPE=remote CADDY__CONFIG=./deploy/caddy-config node ./scripts/dist/cli.js -e -v develop -n .env --hana inithana" || echo "HANA initialization timed out or failed, continuing..."
7777
timeout 5m bash -c "HANAPW=${HDIPW} ACCEPT_SAP_LICENSE=true node ./scripts/dist/cli.js -e -v develop --env-file .env --hana inithana" || echo "HANA initialization timed out or failed, continuing..."
7878
79+
- name: Manipulate configuration
80+
run: |
81+
yq -i '.networks.alp.external=true' docker-compose.yml
82+
yq -i '.services.trex.command="npm run start"' docker-compose-local.yml # Display logs
83+
84+
- name: Create network for external to use
85+
run: |
86+
docker network inspect alp > /dev/null || docker network create alp
87+
7988
- name: Check status of HANA containers
8089
run: |
8190
docker ps -a

0 commit comments

Comments
 (0)