From 9bb9d962f482f656a70fb7ebff27d60cdf406261 Mon Sep 17 00:00:00 2001 From: harshit aggarwal <haaggarw@microsoft.com> Date: Fri, 23 Oct 2020 02:17:12 -0400 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5f090ab3..295280bd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,14 +20,12 @@ include: - project: 'osdu/platform/ci-cd-pipelines' file: 'cloud-providers/aws.yml' - - project: "osdu/platform/ci-cd-pipelines" file: "scanners/gitlab-ultimate.yml" - project: 'osdu/platform/ci-cd-pipelines' ref: master - file: 'cloud-providers/aazure.yml' - + file: 'cloud-providers/azure.yml' # disable the eslint scanner # I think this is being generated from the presence of an HTML file, but there -- GitLab