Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny Jiao committed Jan 24, 2025
1 parent 00cfa47 commit 17077e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We also provide tools to facilitate the CI and testing process:
- To start a single FullNode, use the folder [single_node](./single_node).
- To set up a private TRON network, use the folder [private_net](./private_net).
- To monitor the TRON node, use the folder [metric_monitor](./metric_monitor).
- To use Gradle with Docker, check [gradle docker](./tools/docker/README.md).
- To use Gradle with Docker, check [gradle docker](./tools/docker/README.md).
- To do shadow fork testing, check [db fork guidance](./tools/dbfork/README.md).

## Troubleshooting
Expand Down
9 changes: 2 additions & 7 deletions tools/docker/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gradle Docker
# Gradle Docker
This document provides guidance on using Gradle to automate the build and test processes for java-tron docker image. You can customize the corresponding scripts to perform specific actions or integrate them with your existing Continuous Integration (CI) setup.

If you encounter any problems during the build or testing process, please refer to the troubleshooting section.
Expand Down Expand Up @@ -43,7 +43,7 @@ This will trigger the execution of `task testDocker` in [build.gradle](build.gra

The test.sh script sets up the Goss environment and then invokes the [dgoss shell](tests/dgoss), which will copy the test cases from [tests/01](tests/01) folder to the Docker container and execute the test validations.

Currently, there are three test files:
Currently, there are three test files:

- The `goss.yaml` and `goss_wait.yaml` files are used to perform port checks.

Expand Down Expand Up @@ -140,8 +140,3 @@ git config --global http.postBuffer 5242880000 # Sets it to 5GB
```

For other issues, they may be caused by poor network conditions. You could try switching to a different network or VPN. If the issue still cannot be resolved, please refer to [Issue Work Flow](https://tronprotocol.github.io/documentation-en/developers/issue-workflow/#issue-work-flow), then raise issue in [Github](https://github.com/tronprotocol/tron-docker/issues).





0 comments on commit 17077e0

Please sign in to comment.