aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht
diff options
context:
space:
mode:
authorChris Waldon <christopher.waldon.dev@gmail.com>2019-08-17 18:13:11 -0400
committerDrew DeVault <sir@cmpwn.com>2019-08-19 15:32:42 +0900
commit99d132610345ad7498b72e0e6b31862c38b9542e (patch)
tree06216cbd335c4d78618d737c58b060749cad11e1 /builds.sr.ht
parentad4fbb818fcbcf340045e8a52d4b8f6a2689ad04 (diff)
downloadsr.ht-docs-99d132610345ad7498b72e0e6b31862c38b9542e.tar.gz
Remove outdated info about doubly-quoted strings
Diffstat (limited to 'builds.sr.ht')
-rw-r--r--builds.sr.ht/manifest.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md
index c366edd..8aaa799 100644
--- a/builds.sr.ht/manifest.md
+++ b/builds.sr.ht/manifest.md
@@ -109,14 +109,6 @@ 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*)