Commit 6a189c1f authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent d0c58a97
......@@ -107,7 +107,8 @@ module Trigger
{
'GITLAB_VERSION' => ENV['CI_COMMIT_SHA'],
'ALTERNATIVE_SOURCES' => 'true',
'ee' => Trigger.ee? ? 'true' : 'false'
'ee' => Trigger.ee? ? 'true' : 'false',
'QA_BRANCH' => ENV['QA_BRANCH'] || 'master'
}
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