Skip to content
Snippets Groups Projects
Commit 0d95b167 authored by Tobias Bruns's avatar Tobias Bruns
Browse files

Update .gitlab-ci.yml file

parent fa3a9caa
No related branches found
No related tags found
No related merge requests found
Pipeline #737 failed
...@@ -40,7 +40,7 @@ variables: ...@@ -40,7 +40,7 @@ variables:
# for verifying and deploying images # for verifying and deploying images
# Maven 3.8.x REQUIRES HTTPS repositories. # Maven 3.8.x REQUIRES HTTPS repositories.
# See https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked for more. # See https://maven.apache.org/docs/3.8.1/release-notes.html#how-to-fix-when-i-get-a-http-repository-blocked for more.
image: 3.9.8-eclipse-temurin-21 image: maven:3.9.8-eclipse-temurin-21
# Cache downloaded dependencies and plugins between builds. # Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"' # To keep cache across branches add 'key: "$CI_JOB_NAME"'
...@@ -61,9 +61,9 @@ cache: ...@@ -61,9 +61,9 @@ cache:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
# Verify merge requests using JDK8 # Verify merge requests using JDK8
verify:jdk8: #verify:jdk8:
extends: # extends:
- .verify # - .verify
# To deploy packages from CI, create a `ci_settings.xml` file # 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. # 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment