From 66e0ce5c6fd7f3fa9668790c2639a26715e12c18 Mon Sep 17 00:00:00 2001 From: Christopher Moyer Date: Fri, 14 Oct 2022 00:39:58 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b67749d..621435f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,14 +43,14 @@ cache: - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Verify merge requests using JDK8 -verify:jdk17: +build: <<: *verify # To deploy packages from CI, create a ci_settings.xml file # For deploying packages to GitLab's Maven Repository: See https://docs.gitlab.com/ee/user/packages/maven_repository/index.html#create-maven-packages-with-gitlab-cicd for more details. # Please note: The GitLab Maven Repository is currently only available in GitLab Premium / Ultimate. # For `master` branch run `mvn deploy` automatically. -deploy:jdk17: +upload artifacts: stage: deploy script: - if [ ! -f ci_settings.xml ];