Merge branch '32918-enable-ee-trigger' into 'master'

Pass EE variable to trigger if defined

Closes #32918

See merge request !11710
This commit is contained in:
Marin Jankovski 2017-05-29 11:55:20 +00:00
commit 8a9e2415ca
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ params = {
"ref" => ENV["OMNIBUS_BRANCH"] || "master",
"token" => ENV["BUILD_TRIGGER_TOKEN"],
"variables[GITLAB_VERSION]" => ENV["CI_COMMIT_SHA"],
"variables[ALTERNATIVE_SOURCES]" => true
"variables[ALTERNATIVE_SOURCES]" => true,
"variables[ee]" => ENV["EE_PACKAGE"]
}
Dir.glob("*_VERSION").each do |version_file|