diff options
author | Charadon <dev@iotib.net> | 2022-08-06 12:38:20 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-08-06 12:38:20 -0400 |
commit | 8297af548994e43681b85e00b1bdb061959d9dd9 (patch) | |
tree | fc93d9196d19ad0702d5ab37267076917fedd423 /docs/variables.txt | |
parent | 9df670eeb430f92da25d6dd0f0c8874703e1feb0 (diff) | |
download | dscip-8297af548994e43681b85e00b1bdb061959d9dd9.tar.gz |
Added some documentation
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. |