about summary refs log tree commit diff stats
path: root/docs/variables.txt
blob: 38e8f4e2e6231cf082ee0478d11b0d17c9cddb99 (plain) (blame)
1
2
3
4
5
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.