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 f392a2c commit c8f7dcaCopy full SHA for c8f7dca
README.md
@@ -49,7 +49,8 @@ sudo docker run --rm -i \
49
-e CI_S6_VERBOSITY=<optional, Updates the S6_VERBOSITY env. Defaults to '2'> \
50
-e CI_LOG_LEVEL=<optional, Sets the ci logging level. Defaults to 'INFO'> \
51
-e DOCKER_LOGS_TIMEOUT=<optional, How long to wait in seconds while tailing the container logs before timing out. Defaults to '120'> \
52
--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> \
53
+-e NODE_NAME=<optional, Name of the builder that runs the CI test.> \
54
-t lsiodev/ci:latest \
55
python3 test_build.py
56
```
0 commit comments