Skip to content

Commit d8b2334

Browse files
author
Sébastien Celles
authored
Update jobs.md (#271)
Doc improvement to show an example how to use several environment variable in the same config.ini file
1 parent d66bea0 commit d8b2334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/jobs.md

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ image = alpine:latest
130130
command = sh -c 'date | tee -a /tmp/test/date'
131131
volume = /tmp/test:/tmp/test:rw
132132
environment = FOO=bar
133+
environment = BAZ=qux
133134
```
134135

135136
Then you can check output in host machine file `/tmp/test/date`

0 commit comments

Comments
 (0)