Skip to content
Snippets Groups Projects
Verified Commit 88811a77 authored by Balasankar C's avatar Balasankar C
Browse files

Pass EE variable if needed

parent 78de1c05
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment