diff options
author | Rémy Coutable <remy@rymai.me> | 2017-11-27 16:58:12 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-27 18:09:46 +0100 |
commit | fa35ea13873f81405c5203f0827ea15703615c97 (patch) | |
tree | 2e0049dcf86d139567dfd2ac6e8d88eb0261e40f /changelogs | |
parent | 24fadd7c3d0a8f643e9df1c7ae3c1c7e88e8592e (diff) | |
download | gitlab-ce-fa35ea13873f81405c5203f0827ea15703615c97.tar.gz |
Strip leading & trailing whitespaces in CI/CD secret variable keys40561-environment-scope-value-is-not-trimmed
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/40561-environment-scope-value-is-not-trimmed.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/40561-environment-scope-value-is-not-trimmed.yml b/changelogs/unreleased/40561-environment-scope-value-is-not-trimmed.yml new file mode 100644 index 00000000000..e0e3ddbdaa8 --- /dev/null +++ b/changelogs/unreleased/40561-environment-scope-value-is-not-trimmed.yml @@ -0,0 +1,5 @@ +--- +title: Strip leading & trailing whitespaces in CI/CD secret variable keys +merge_request: 15615 +author: +type: fixed |