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 375276d commit ca2b340Copy full SHA for ca2b340
README.md
@@ -51,6 +51,7 @@ sudo docker run --rm -i \
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> \
53
-e NODE_NAME=<optional, Name of the builder that runs the CI test.> \
54
+-e RELEASE_TAG=<optional, The release tag of the docker image. Used for upload location. Defaults to 'latest'> \
55
-t lsiodev/ci:latest \
56
python3 test_build.py
57
```
0 commit comments