diff options
-rw-r--r-- | builds.sr.ht/manifest.md | 8 |
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*) |