We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b114518 commit 582d3ceCopy full SHA for 582d3ce
docs/feedback-and-contribution.md
@@ -84,15 +84,18 @@ docker-compose -f docker-compose-test.yml run --rm staging-swarm
84
85
##### Locally simulating CI
86
87
-All above can be run in same manner as CI is running them before build using:
+All above can be executed in same manner as CI is running it before a build using the command that follows.
88
+
89
```bash
90
./scripts/local-ci.sh
91
```
-script requires:
92
93
+The script requires:
94
95
* DOCKER_HUB_USER environment variable to be set
96
* HOST_IP to be set
97
* docker logged in to docker hub with $DOCKER_HUB_USER user
98
99
### Pull Request
100
-Once the feature is done, create a pull request.
101
+Once the feature is done, create a pull request.
0 commit comments