Commit 456f28e5 authored by Albert Salim's avatar Albert Salim

Merge branch 'pass-cache-update-variable-to-omnibus-gitlab-mirror' into 'master'

Pass CACHE_UPDATE variable to omnibus-gitlab-mirror if present

See merge request gitlab-org/gitlab!67822
parents 2749cc72 28c1c7e2
......@@ -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