diff options
author | Bastian Blank <waldi@debian.org> | 2019-03-30 00:50:02 +0100 |
---|---|---|
committer | Bastian Blank <waldi@debian.org> | 2019-04-03 21:02:11 +0200 |
commit | 5725be9508df7922c77cfab4a6c5501548e5e3ca (patch) | |
tree | 252c1c9c362ff9a913cf0c8824660cea962c7a3e /changelogs | |
parent | ee72dc1b34d893662fe0cb7793a1a960312b1f48 (diff) | |
download | gitlab-ce-5725be9508df7922c77cfab4a6c5501548e5e3ca.tar.gz |
Display maximum artifact size from runtime config
The maximum artifact size was moved into runtime config some time ago.
Update the instance configuration code to read this value.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/instance-configuration-artifact-size.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/instance-configuration-artifact-size.yml b/changelogs/unreleased/instance-configuration-artifact-size.yml new file mode 100644 index 00000000000..077f8631af5 --- /dev/null +++ b/changelogs/unreleased/instance-configuration-artifact-size.yml @@ -0,0 +1,5 @@ +--- +title: Display maximum artifact size from runtime config +merge_request: 26784 +author: Bastian Blank +type: fixed |