From 7e9c479f7de77702622631cff2628a9c8dcbc627 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 19 Nov 2020 08:27:35 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-6-stable-ee --- config/gitlab.yml.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config/gitlab.yml.example') diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index de389514cce..ae9475aa60d 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -317,6 +317,7 @@ production: &base ## Packages (maven repository, npm registry, etc...) packages: enabled: true + dpkg_deb_path: /usr/bin/dpkg-deb # The location where build packages are stored (default: shared/packages). # storage_path: shared/packages object_store: @@ -434,7 +435,7 @@ production: &base cron: "19 * * * *" # Remove expired build artifacts expire_build_artifacts_worker: - cron: "50 * * * *" + cron: "*/7 * * * *" # Remove files from object storage ci_schedule_delete_objects_worker: cron: "*/16 * * * *" @@ -1212,6 +1213,9 @@ production: &base ## Google analytics. Uncomment if you want it # google_analytics_id: '_your_tracking_id' + ## Google tag manager + # google_tag_manager_id: '_your_tracking_id' + ## Piwik analytics. # piwik_url: '_your_piwik_url' # piwik_site_id: '_your_piwik_site_id' -- cgit v1.2.1