Skip to content

Commit 8804709

Browse files
committed
fixed script
1 parent f823ae3 commit 8804709

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -578,16 +578,16 @@ Helm-Deploy Latest dCache Golden Release:
578578
- Helm-Deploy Current dCache build
579579
script:
580580
- helm repo add dcache ${DCACHE_HELM_REPO}
581-
- helm repo update
582-
- >
583-
helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait
584-
--set image.tag=${DCACHE_COMPATIBILITY_VERSION}
585-
--set dcache.layoutExtraPre="[defaults]
586-
dcache.java.options.extra=-javaagent:/opt/dcache/share/classes/jacocoagent.jar=output=tcpserver\,address=127.0.0.1\,port=6300"
587-
--set "dcache.pools={d,f}"
588-
--set dcache.door.enabled=false
589-
--set image.registry=${CI_REGISTRY}
590-
old-store dcache/dcache
581+
- helm repo update
582+
- >
583+
helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait
584+
--set image.tag=${DCACHE_COMPATIBILITY_VERSION}
585+
--set dcache.layoutExtraPre="[defaults]
586+
dcache.java.options.extra=-javaagent:/opt/dcache/share/classes/jacocoagent.jar=output=tcpserver\,address=127.0.0.1\,port=6300"
587+
--set "dcache.pools={d,f}"
588+
--set dcache.door.enabled=false
589+
--set image.registry=${CI_REGISTRY}
590+
old-store dcache/dcache
591591
592592
Extract Coverage:
593593
stage: testenv_post

0 commit comments

Comments
 (0)