File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ default:
128128 key : " jacoco-cli-${JACOCO_VERSION}"
129129 paths :
130130 - " jacoco-${JACOCO_VERSION}/"
131- policy : pull
132131
133132rpm :
134133 stage : build
@@ -247,7 +246,6 @@ container:
247246 --context $CI_PROJECT_DIR
248247 --dockerfile $CI_PROJECT_DIR/Dockerfile
249248 --build-arg JACOCO_ENABLED=${jacoco_enabled}
250- --build-arg JACOCO_VERSION=${JACOCO_VERSION}
251249 --destination $CI_REGISTRY_IMAGE:$tag
252250
253251#
@@ -745,8 +743,6 @@ Run OIDC test:
745743get_jacoco_cli :
746744 stage : build
747745 extends : .jacoco_base
748- cache :
749- policy : pull-push
750746 script :
751747 - ./get-jacoco.sh
752748 artifacts :
@@ -772,4 +768,5 @@ generate_jacoco_report:
772768 reports :
773769 coverage_report :
774770 coverage_format : jacoco
775- path : target/coverage-reports/jacoco.xml
771+ path : target/coverage-reports/jacoco.xml
772+ expire_in : 1 week
You can’t perform that action at this time.
0 commit comments