diff options
author | Charadon <dev@iotib.net> | 2022-10-05 17:13:47 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-10-05 17:13:47 -0400 |
commit | 73733275044257f26d5e6cb01af739835482e737 (patch) | |
tree | 3b6d6dcf33bed20e6f19a882f736d41946273122 /docs/variables.txt | |
parent | f60854800d6f8d8ddff9afe35b9c098d7b4dd3ba (diff) | |
download | dscip-73733275044257f26d5e6cb01af739835482e737.tar.gz |
Remove old docs/ folder, as the GNU Info manual has already surpassed it.
Diffstat (limited to 'docs/variables.txt')
-rw-r--r-- | docs/variables.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/variables.txt b/docs/variables.txt deleted file mode 100644 index 38e8f4e..0000000 --- a/docs/variables.txt +++ /dev/null @@ -1,6 +0,0 @@ -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. |