Skip to content

Commit a9eac04

Browse files
Bot Updating Templated Files
1 parent c4ce2ed commit a9eac04

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,19 @@ sudo docker run --rm -i \
3939
-e BASE=<alpine or debian based distro> \
4040
-e SECRET_KEY=<S3 secret> \
4141
-e ACCESS_KEY=<S3 key> \
42-
-e DOCKER_ENV="<optional, Array of env vars seperated by | IE test=test|test2=test2 or single var>" \
43-
-e WEB_AUTH="<optional, format user:passord>" \
44-
-e WEB_PATH="<optional, format /yourpath>" \
45-
-e S3_REGION=<optional, custom S3 Region> \
46-
-e S3_BUCKET=<optional, custom S3 Bucket> \
47-
-e WEB_SCREENSHOT=<optional, set to false if not a web app> \
48-
-e DELAY_START=<optional, time in seconds to delay before taking screenshot> \
49-
-e PORT=<optional, port web application listens on internal docker port> \
50-
-e SSL=<optional , use ssl for the screenshot true/false> \
42+
-e DOCKER_ENV="<optional, Array of env vars seperated by | IE test=test|test2=test2 or single var. Defaults to ''>" \
43+
-e WEB_AUTH="<optional, format user:passord. Defaults to 'user:password'>" \
44+
-e WEB_PATH="<optional, format /yourpath>. Defaults to ''." \
45+
-e S3_REGION=<optional, custom S3 Region. Defaults to 'us-east-1'> \
46+
-e S3_BUCKET=<optional, custom S3 Bucket. Defaults to 'ci-tests.linuxserver.io'> \
47+
-e WEB_SCREENSHOT_DELAY=<optional, time in seconds to delay before taking screenshot. Defaults to '30'>
48+
-e WEB_SCREENSHOT=<optional, set to false if not a web app. Defaults to 'false'> \
49+
-e DELAY_START=<optional, time in seconds to delay before taking screenshot. Defaults to '5'> \
50+
-e PORT=<optional, port web application listens on internal docker port. Defaults to '80'> \
51+
-e SSL=<optional , use ssl for the screenshot true/false. Defaults to 'false'> \
52+
-e CI_S6_VERBOSITY=<optional, Updates the S6_VERBOSITY env. Defaults to '2'>
5153
-t lsiodev/ci:latest \
52-
python test_build.py
54+
python3 test_build.py
5355
```
5456

5557
The following line is only in this repo for loop testing:

0 commit comments

Comments
 (0)