Use temp branch

This commit is contained in:
Balasankar "Balu" C 2017-12-14 15:33:12 +05:30
parent bf8289ab54
commit 963b007b01
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module Omnibus
def env_params
{
"ref" => ENV["OMNIBUS_BRANCH"] || "master",
"ref" => "trigger-user-pipeline-info",
"variables[GITLAB_VERSION]" => ENV["CI_COMMIT_SHA"],
"variables[ALTERNATIVE_SOURCES]" => true,
"variables[ee]" => ee? ? 'true' : 'false',