Skip to content

Commit 1d03b9d

Browse files
committed
db
1 parent 68f2471 commit 1d03b9d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/docker/codepipeline/validate_service.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,11 @@ while [ $attempt -le $max_attempts ]; do
2222
done
2323

2424
echo "Node API failed to respond after 5 minutes"
25+
26+
TARGET_DIR="/home/ubuntu/yk/mydev/tron-docker/"
27+
DOCKER_COMPOSE_FILE="docker-compose.fullnode.nile.yml"
28+
29+
cd ${TARGET_DIR} || exit
30+
./trond node run-single stop -t full-nile -f ${DOCKER_COMPOSE_FILE}
31+
2532
exit 1

0 commit comments

Comments
 (0)