Commit a7e6098c authored by GitLab Bot's avatar GitLab Bot

Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-10-13

parents 041420ff 4127b357
---
title: "fix duplicated key in license management job auto devops gitlab ci template"
merge_request: 22311
author: Adam Lemanski
type: fixed
...@@ -126,8 +126,8 @@ license_management: ...@@ -126,8 +126,8 @@ license_management:
artifacts: artifacts:
paths: [gl-license-management-report.json] paths: [gl-license-management-report.json]
only: only:
refs:
- branches - branches
only:
variables: variables:
- $GITLAB_FEATURES =~ /\blicense_management\b/ - $GITLAB_FEATURES =~ /\blicense_management\b/
except: except:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment