Commit 28c1c7e2 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Pass CACHE_UPDATE variable to omnibus-gitlab-mirror if present

Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent f5d1fecd
......@@ -153,7 +153,8 @@ module Trigger
'ALTERNATIVE_SOURCES' => 'true',
'SECURITY_SOURCES' => Trigger.security? ? 'true' : 'false',
'ee' => Trigger.ee? ? 'true' : 'false',
'QA_BRANCH' => ENV['QA_BRANCH'] || 'master'
'QA_BRANCH' => ENV['QA_BRANCH'] || 'master',
'CACHE_UPDATE' => ENV['OMNIBUS_GITLAB_CACHE_UPDATE']
}
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