Skip to content

Commit c8f7dca

Browse files
Bot Updating Templated Files
1 parent f392a2c commit c8f7dca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ sudo docker run --rm -i \
4949
-e CI_S6_VERBOSITY=<optional, Updates the S6_VERBOSITY env. Defaults to '2'> \
5050
-e CI_LOG_LEVEL=<optional, Sets the ci logging level. Defaults to 'INFO'> \
5151
-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>
52+
-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.> \
5354
-t lsiodev/ci:latest \
5455
python3 test_build.py
5556
```

0 commit comments

Comments
 (0)