Skip to content
Snippets Groups Projects
Commit c9d759bc5c60 authored by Ian Baum's avatar Ian Baum
Browse files

Update to use new repository

* Geo specific CI jobs were moved to a separate project
parent 74239bbf0648
No related branches found
No related tags found
1 merge request!72Intermediate build for testing purposes
......@@ -9,7 +9,7 @@
class <<self
def get_project_path
'gitlab-org/quality/gitlab-environment-toolkit-configs/Geo'
'gitlab-org/geo-team/geo-ci'
end
def get_access_token
......@@ -18,7 +18,7 @@
def get_params(image: nil)
{
'ref' => 'main',
'ref' => Gitlab::Util.get_env('GET_GEO_REF') || 'main',
'token' => Gitlab::Util.get_env('GET_GEO_QA_TRIGGER_TOKEN'),
'variables[ENVIRONMENT_ACTION]' => 'tmp-env',
'variables[QA_IMAGE]' => Gitlab::Util.get_env('QA_IMAGE') || 'master',
......
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