Skip to content

Commit

Permalink
Add NODE_NAME env to readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Aug 27, 2024
1 parent 9f80277 commit 611d43c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ full_custom_readme: |
-e CI_S6_VERBOSITY=<optional, Updates the S6_VERBOSITY env. Defaults to '2'> \
-e CI_LOG_LEVEL=<optional, Sets the ci logging level. Defaults to 'INFO'> \
-e DOCKER_LOGS_TIMEOUT=<optional, How long to wait in seconds while tailing the container logs before timing out. Defaults to '120'> \
-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> \
-e NODE_NAME=<optional, Name of the builder that runs the CI test.> \
-t lsiodev/ci:latest \
python3 test_build.py
```
Expand Down

0 comments on commit 611d43c

Please sign in to comment.