From 44d57996ad030cda6756bc85d5b27b3409fd4f70 Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Thu, 9 Jul 2020 15:41:35 -0400 Subject: [PATCH] Remove the image override for maven tasks The code was modified to use JDK 8, so the pipeline no longer needs this override (and, in fact, shouldn't have it at all). --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4393b7793..1e7cff860 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,3 @@ include: - project: 'osdu/platform/ci-cd-pipelines' ref: 'master' file: 'scanners/gitlab-ultimate.yml' - -.maven: - image: maven:3.6.3-jdk-11 -- GitLab