We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f2471 commit 1d03b9dCopy full SHA for 1d03b9d
tools/docker/codepipeline/validate_service.sh
@@ -22,4 +22,11 @@ while [ $attempt -le $max_attempts ]; do
22
done
23
24
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
32
exit 1
0 commit comments