Commit ab61bee3 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'support-gitlab-qa-post-status-to-upstream-commit' into 'master'

Allow to override the gitlab-qa ref for the downstream trigger

See merge request gitlab-org/gitlab-ce!22521
parents 2a450e21 6a189c1f
...@@ -107,7 +107,8 @@ module Trigger ...@@ -107,7 +107,8 @@ module Trigger
{ {
'GITLAB_VERSION' => ENV['CI_COMMIT_SHA'], 'GITLAB_VERSION' => ENV['CI_COMMIT_SHA'],
'ALTERNATIVE_SOURCES' => 'true', 'ALTERNATIVE_SOURCES' => 'true',
'ee' => Trigger.ee? ? 'true' : 'false' 'ee' => Trigger.ee? ? 'true' : 'false',
'QA_BRANCH' => ENV['QA_BRANCH'] || 'master'
} }
end end
end end
......
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