From 9725a0b9993ae57018183e1ec6e230a610adc29d Mon Sep 17 00:00:00 2001 From: "Mykola Zamkovyi (EPAM)" <mykola_zamkovyi@epam.com> Date: Mon, 28 Sep 2020 05:20:32 -0400 Subject: [PATCH] Refactor variables for Legal Service on Community CICD (GONRG-839) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac34efb16..bec86ffed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ include: file: "cloud-providers/azure.yml" - project: 'osdu/platform/ci-cd-pipelines' - ref: "WIP-MR-Legal-CICD" + ref: "master" file: 'cloud-providers/osdu-gcp.yml' - project: 'osdu/platform/ci-cd-pipelines' @@ -55,4 +55,4 @@ include: compile-and-unit-test: variables: - GOOGLE_CLOUD_PROJECT: opendes-evt \ No newline at end of file + GOOGLE_CLOUD_PROJECT: opendes-evt -- GitLab