mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Pass EE variable if needed
This commit is contained in:
@ -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|
|
||||
|
Reference in New Issue
Block a user