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.
class="w"> press a key. Then prints the key you pressed # and exits. recipe main [ switch-to-display { c:character, found?:boolean <- read-key-from-keyboard break-if found?:boolean print-character-to-display 97:literal loop } return-to-console ]