Commit 8d32e838 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C

Use omnibus-gitlab-mirror for triggering package builds

Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent bc246dd0
......@@ -90,7 +90,7 @@ module Trigger
private
def downstream_project_path
'gitlab-org/omnibus-gitlab'
ENV['OMNIBUS_PROJECT_PATH'] || 'gitlab-org/build/omnibus-gitlab-mirror'
end
def ref
......@@ -98,7 +98,7 @@ module Trigger
end
def trigger_token
ENV['BUILD_TRIGGER_TOKEN']
ENV['CI_JOB_TOKEN']
end
def access_token
......
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