Skip to content

Commit 611d43c

Browse files
committed
Add NODE_NAME env to readme example
1 parent 9f80277 commit 611d43c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme-vars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ full_custom_readme: |
5353
-e CI_S6_VERBOSITY=<optional, Updates the S6_VERBOSITY env. Defaults to '2'> \
5454
-e CI_LOG_LEVEL=<optional, Sets the ci logging level. Defaults to 'INFO'> \
5555
-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>
56+
-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.> \
5758
-t lsiodev/ci:latest \
5859
python3 test_build.py
5960
```

0 commit comments

Comments
 (0)