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 9f80277 commit 611d43cCopy full SHA for 611d43c
readme-vars.yml
@@ -53,7 +53,8 @@ full_custom_readme: |
53
-e CI_S6_VERBOSITY=<optional, Updates the S6_VERBOSITY env. Defaults to '2'> \
54
-e CI_LOG_LEVEL=<optional, Sets the ci logging level. Defaults to 'INFO'> \
55
-e DOCKER_LOGS_TIMEOUT=<optional, How long to wait in seconds while tailing the container logs before timing out. Defaults to '120'> \
56
- -e DRY_RUN=<optional, Set to 'true' when you don't want to upload files to S3 when testing>
+ -e DRY_RUN=<optional, Set to 'true' when you don't want to upload files to S3 when testing> \
57
+ -e NODE_NAME=<optional, Name of the builder that runs the CI test.> \
58
-t lsiodev/ci:latest \
59
python3 test_build.py
60
```
0 commit comments