From a05b7763347ba80b699f088b6e2abb1da17759cc Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Mon, 1 Aug 2022 15:58:51 -0300 Subject: [PATCH] docs: typo fixes --- www/docs/customization/publishers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/docs/customization/publishers.md b/www/docs/customization/publishers.md index 3a97fd1d3b0..732a94fa449 100644 --- a/www/docs/customization/publishers.md +++ b/www/docs/customization/publishers.md @@ -24,7 +24,7 @@ publishers: ### Environment -Commands which are executed as custom publishers only inherit a subset of +Commands, which are executed as custom publishers only inherit a subset of the system environment variables (unlike existing hooks) as a precaution to avoid leaking sensitive data accidentally and provide better control of the environment for each individual process where variable names may overlap @@ -41,7 +41,7 @@ Environment variables that are kept: - `PATH` -You can however use `.Env.NAME` templating syntax which enables +You can however use `.Env.NAME` templating syntax, which enables more explicit inheritance. ```yaml @@ -129,7 +129,7 @@ publishers: name_template: file.txt # note that this only works if glob matches 1 file only ``` -These settings should allow you to push your artifacts to any number of endpoints +These settings should allow you to push your artifacts to any number of endpoints, which may require non-trivial authentication or has otherwise complex requirements. !!! tip