diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-22 14:27:30 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-23 13:05:22 +0100 |
commit | 11728b50f96a296c760d9e69273d304f92e51f8f (patch) | |
tree | ad5857ebeb7db44b4fa48e51b72001a4e1efa205 /config/gitlab.yml.example | |
parent | 7b70a03e44559900921f06464ff6422d4ed15712 (diff) | |
download | gitlab-ce-11728b50f96a296c760d9e69273d304f92e51f8f.tar.gz |
Expose artifacts pathci-artifacts-path
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 1788d4c2c7c..1da42ab38f3 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -124,6 +124,12 @@ production: &base # The mailbox where incoming mail will end up. Usually "inbox". mailbox: "inbox" + ## Build Artifacts + artifacts: + enabled: true + # The location where build artifacts are stored (default: shared/artifacts). + # path: shared/artifacts + ## Git LFS lfs: enabled: true |