File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include:
1010# Global --------------------------
1111
1212# Use 17 (LTS) as base
13- image : ${CI_REGISTRY_IMAGE}/ eclipse-temurin:17-alpine
13+ image : eclipse-temurin:17-alpine
1414
1515variables :
1616 GRADLE_OPTS : " -Dorg.gradle.daemon=false"
@@ -116,7 +116,7 @@ build_manual:
116116 USE_MOCK_SERVER : " use mock server"
117117 - DOCKER_IMAGE : " eclipse-temurin:19-alpine"
118118 USE_MOCK_SERVER : " use mock server"
119- image : ${CI_REGISTRY_IMAGE}/${ DOCKER_IMAGE}
119+ image : ${DOCKER_IMAGE}
120120 script :
121121 - >
122122 if [[ ! -z "${USE_MOCK_SERVER}" ]]; then
@@ -158,7 +158,7 @@ test_manual:
158158 - DOCKER_IMAGE : " maven:3.9-sapmachine-17"
159159 - DOCKER_IMAGE : " maven:3.8-eclipse-temurin-8-focal"
160160 - DOCKER_IMAGE : " maven:3.8-eclipse-temurin-18-alpine"
161- image : ${CI_REGISTRY_IMAGE}/${ DOCKER_IMAGE}
161+ image : ${DOCKER_IMAGE}
162162 script :
163163 - cd examples/maven/deepl-test-app
164164 - mvn install -B -PbuildProject -l mvn_build.log
You can’t perform that action at this time.
0 commit comments