Skip to content

Commit 8f8d380

Browse files
committed
patch3: removed hardcoded ver + patch2
1 parent 0dd4bc4 commit 8f8d380

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ variables:
5353
AUTOCA_URL: https://ci.dcache.org/ca
5454
DCACHE_HELM_REPO: https://gitlab.desy.de/api/v4/projects/7648/packages/helm/test
5555
DCACHE_COMPATIBILITY_VERSION: 9.2.20
56-
JACOCO_VERSION: 0.8.14 # match maven plugin version
56+
JACOCO_VERSION: 0.8.14 #must match maven plugin version
5757

5858
# let's debug nodes where job is running
5959
before_script:
@@ -713,7 +713,6 @@ get_jacoco_cli:
713713
key: "jacoco-cli-${JACOCO_VERSION}" #cache per version
714714
paths:
715715
- "jacoco-${JACOCO_VERSION}/" #cache the entire JaCoCo directory
716-
policy: pull
717716
artifacts:
718717
paths:
719718
- "jacoco-${JACOCO_VERSION}/lib/jacococli.jar"

0 commit comments

Comments
 (0)