diff options
author | Tomasz Maczukin <tomasz@maczukin.pl> | 2018-03-30 20:29:49 +0200 |
---|---|---|
committer | Tomasz Maczukin <tomasz@maczukin.pl> | 2018-04-05 12:35:13 +0200 |
commit | b6d3e57d2a52f3d44b5840bd3ab53d3e811abeb3 (patch) | |
tree | e73dfaba5cfa3e75d4648e32bb6b15d04576717a | |
parent | edcba1aa277c731ae2e375a571601d527c0ff6dc (diff) | |
download | gitlab-ce-b6d3e57d2a52f3d44b5840bd3ab53d3e811abeb3.tar.gz |
Add CHANGELOG entry
-rw-r--r-- | changelogs/unreleased/44389-always-allow-http-for-ci-git-operations.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/44389-always-allow-http-for-ci-git-operations.yml b/changelogs/unreleased/44389-always-allow-http-for-ci-git-operations.yml new file mode 100644 index 00000000000..2e5a0302ee6 --- /dev/null +++ b/changelogs/unreleased/44389-always-allow-http-for-ci-git-operations.yml @@ -0,0 +1,5 @@ +--- +title: Allow HTTP(s) when git request is made by GitLab CI +merge_request: 18021 +author: +type: changed |