summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-07 14:04:10 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-07 14:04:10 +0100
commit6d5b427fda5a74a7c0302e892a23b5229fc18dea (patch)
treefe6d0c4bdafd6edbd6ac07fb6079f1566d56517c /config.toml
parentc2c7461cc60e930bc23156c5d7e13fc4fe20325b (diff)
Remove old notes from example config file
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml32
1 files changed, 0 insertions, 32 deletions
diff --git a/config.toml b/config.toml
index 8560c87..1cd9626 100644
--- a/config.toml
+++ b/config.toml
@@ -47,44 +47,12 @@ package_print_format = ""
#
# butido checks this location for packages when installing dependencies
#
-#
-# # Note
-#
-# Interpolation of variables (ones that are passed on the CLI for
-# the build), is supported for this variable.
-# This way you can write
-#
-# ```
-# releases = "/storage/releases/${IMAGE}/"
-# ```
-#
-# for example.
-#
releases = "/tmp/releases"
# The position of the staging binaries
# butido rolls a dice for each submitted build and generates a
# per-process-staging directory here to store intermediate builds.
#
-#
-# # Note
-#
-# Interpolation of variables (ones that are passed on the CLI for
-# the build), is supported for this variable.
-# This way you can write
-#
-# ```
-# staging = "/storage/staging/${IMAGE}/${SOME_ENV_VAR}"
-# ```
-#
-# for example.
-#
-#
-# # Warning
-#
-# It is the task of the user to move packages from herre to the "releases"
-# folder.
-#
staging = "/tmp/staging"
# Enable strict script interpolation