aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht
diff options
context:
space:
mode:
Diffstat (limited to 'builds.sr.ht')
-rw-r--r--builds.sr.ht/manifest.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md
index 7dd6844..36a33bd 100644
--- a/builds.sr.ht/manifest.md
+++ b/builds.sr.ht/manifest.md
@@ -99,6 +99,14 @@ See also: [Build triggers](triggers.md)
A list of key/value pairs for options to set in the build environment via
`~/.buildenv`.
+Since the value will be parsed twice, once as YAML and once by `bash`,
+string literals containing spaces must be 'doubly quoted':
+
+```yaml
+environment:
+ GIT_SSH_COMMAND: '"ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"'
+```
+
## secrets
*list* (of *string*)