We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37488e9 commit a3bcd72Copy full SHA for a3bcd72
readme-vars.yml
@@ -55,6 +55,7 @@ full_custom_readme: |
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> \
57
-e NODE_NAME=<optional, Name of the builder that runs the CI test.> \
58
+ -e RELEASE_TAG=<optional, The release tag of the docker image. Used for upload location. Defaults to 'latest'> \
59
-t lsiodev/ci:latest \
60
python3 test_build.py
61
```
0 commit comments