Skip to content

Commit 60544ef

Browse files
committed
WS-2609: Typo.
1 parent f886297 commit 60544ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ node ("docker-light") {
1212
sh "docker run --rm \
1313
--pull always \
1414
--volume ${sourceDir}:/source \
15-
--volume /opt/maven-basis:/opt/maven-basis
15+
--volume /opt/maven-basis:/opt/maven-basis \
1616
eclipse-temurin:17-jdk-focal \
1717
bash -c \"pushd /source && \
1818
/opt/maven-basis/bin/mvn --batch-mode clean install && \

0 commit comments

Comments
 (0)