Skip to content

Commit

Permalink
CI: Fix systemd ledger cleanup and latest image on docker (#32)
Browse files Browse the repository at this point in the history
* Fix systemd ledger cleanup and latest image on docker

* Try sudo
  • Loading branch information
shambupujar authored Jul 28, 2023
1 parent 07d6b38 commit f70af18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ jobs:
-t radix://node_tdx_d_1qwq2nfe6vxqwe3mqmfm9l2xl97as7lkwndval63cymvc3qszn8nqx6g2s3m@3.109.161.178 \
-i 35.178.142.54 \
-v "not_a_real_validator_address" \
-k $KEYSTORE_PASSWORD -nk -a
-k $KEYSTORE_PASSWORD -nk -a \
-dd $HOME/babylon-ledger
./radixnode systemd stop && sudo rm -rf $HOME/babylon-ledger
env:
KEYSTORE_PASSWORD: ${{secrets.KEYSTORE_PASSWORD}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -358,7 +360,7 @@ jobs:
chmod +x ./radixnode
mkdir -p $HOME/node-config
export DISABLE_VERSION_CHECK=true
export RADIXDLT_APP_VERSION_OVERRIDE="rcnet-v2-phase1-r2"
export RADIXDLT_APP_VERSION_OVERRIDE="rcnet-v2-phase2-r4"
export DOCKER_COMPOSE_LOCATION="/usr/local/bin/docker-compose"
export PROMPT_FEEDS="node-runner-cli/test-prompts/core-gateway-all-local.yml"
./radixnode docker config -m DETAILED \
Expand Down

0 comments on commit f70af18

Please sign in to comment.