Skip to content

Commit 55751de

Browse files
committed
Update README.md
Describe environment variables
1 parent f5796f5 commit 55751de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ To add a new task, create a new directory in ./tasks. Inside this directory, cre
1010

1111
To add a new configuration, simply put a file that contains one task per line into the ./configs directory. See section Samples for usage examples.
1212

13+
### Environment Variables ###
14+
15+
Inside the tasks scripts the following environment variables can be used:
16+
17+
* `$ZDSP_BASE_DIR` Points to the directory of `./provision.sh`
18+
* `$ZDSP_TASK_DIR` Points to the directory where the tasks are located
19+
* `$ZDSP_CONFIG_DIR` Points to the configuration directory
20+
1321
Samples
1422
-------
1523

0 commit comments

Comments
 (0)