diff options
author | Adam Lemanski <adam.lemanski@make-a-bag.com> | 2018-10-12 13:13:12 +0700 |
---|---|---|
committer | Adam Lemanski <adam.lemanski@make-a-bag.com> | 2018-10-12 13:13:12 +0700 |
commit | 8f1a0ec3400b6e0ca617215492e21f5522de25e0 (patch) | |
tree | 4a4e85292be415a085c74a9c044ae963b37c177a /lib | |
parent | a5ecb5bbdac05c3b1a96ecb918ce6a4ceed37d75 (diff) | |
download | gitlab-ce-8f1a0ec3400b6e0ca617215492e21f5522de25e0.tar.gz |
fix duplicated key in license management job gitlab-org/gitlab-ce#52609
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml index 72547c1b407..6fa59e41d20 100644 --- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @@ -126,8 +126,8 @@ license_management: artifacts: paths: [gl-license-management-report.json] only: - - branches - only: + refs: + - branches variables: - $GITLAB_FEATURES =~ /\blicense_management\b/ except: |