diff options
Diffstat (limited to 'docs/variables.txt')
-rw-r--r-- | docs/variables.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/variables.txt b/docs/variables.txt new file mode 100644 index 0000000..38e8f4e --- /dev/null +++ b/docs/variables.txt @@ -0,0 +1,6 @@ +Using Variables in the Build Scripts +================================================================================ +Every environment variable found in config.sh and the main dscip script can be +used in your build scripts. For example, you can use $CURRENT_COMMIT to create +a folder on your FTP server to put outputs into. Refer to the post.sh defaults +to see an example. |