Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-11-28 15:22:40 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2017-11-28 15:22:40 +0300
commit85ff313a1ecf3fc0ffbf1989533d4fa38bd8daf8 (patch)
treeb9d637eead406c85d06159baf885bee69f65b604 /changelogs
parentc26d7089d058dc22116f383815da8cec80a99ac5 (diff)
parentfa35ea13873f81405c5203f0827ea15703615c97 (diff)
Merge branch '40561-environment-scope-value-is-not-trimmed' into 'master'
Strip leading & trailing whitespaces in CI/CD secret variable keys See merge request gitlab-org/gitlab-ce!15615
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/40561-environment-scope-value-is-not-trimmed.yml5
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