From 02a1fddc953d31d608dea56136eaa7f7ed71896b Mon Sep 17 00:00:00 2001 From: Nicholas Karsky Date: Mon, 5 Oct 2020 18:49:43 -0400 Subject: [PATCH] See if $MAVEN isn't used for core service --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97d24b15..fb10d23e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,8 @@ include: file: "cloud-providers/ibm.yml" - project: "osdu/platform/ci-cd-pipelines" - file: "cloud-providers/azure.yml" + file: "cloud-providers/azure_debug.yml" + ref: "maven_debug" - project: 'osdu/platform/ci-cd-pipelines' ref: "master" @@ -58,4 +59,4 @@ include: aws-test-java: - tags: ['aws-internal-test'] \ No newline at end of file + tags: ['aws-internal-test'] -- GitLab