diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-08-15 16:53:10 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-08-15 16:53:10 +0000 |
commit | 903281454277805813eefd200d4279c6c4426a70 (patch) | |
tree | f7502242dd4baf4b258a509bec44e13e786c04c7 /changelogs | |
parent | 8c8824d44290b920c57ba02c7aaa1a0aa3a8268f (diff) | |
parent | 7f00bcb92ef72f520b4ffcb443791be0be5a685b (diff) | |
download | gitlab-ce-903281454277805813eefd200d4279c6c4426a70.tar.gz |
Merge branch 'dblessing-fix-public-project-ssh-only-ci-failure' into 'master'
Allow CI to clone public projects when HTTP protocol is disabled
Closes #65805
See merge request gitlab-org/gitlab-ce!31632
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/dblessing-fix-public-project-ssh-only-ci-failure.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/dblessing-fix-public-project-ssh-only-ci-failure.yml b/changelogs/unreleased/dblessing-fix-public-project-ssh-only-ci-failure.yml new file mode 100644 index 00000000000..615a1571e95 --- /dev/null +++ b/changelogs/unreleased/dblessing-fix-public-project-ssh-only-ci-failure.yml @@ -0,0 +1,5 @@ +--- +title: Allow CI to clone public projects when HTTP protocol is disabled +merge_request: 31632 +author: +type: fixed |