Skip to content

Commit 33a752b

Browse files
committed
ci: removed unneeded tmpfs mount
1 parent d01cb9c commit 33a752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ pipeline {
505505
filename 'ci/docker/linux/jenkins/Dockerfile'
506506
label 'linux && docker && x86'
507507
additionalBuildArgs '--build-arg PIP_EXTRA_INDEX_URL --build-arg CONAN_CENTER_PROXY_V2_URL'
508-
args '--mount source=sonar-cache-py3exiv2bind,target=/opt/sonar/.sonar/cache --mount source=python-tmp-py3exiv2bind,target=/tmp --mount type=tmpfs,dst=/.cache/puccinialin/'
508+
args '--mount source=sonar-cache-py3exiv2bind,target=/opt/sonar/.sonar/cache --mount source=python-tmp-py3exiv2bind,target=/tmp'
509509
}
510510
}
511511
environment{

0 commit comments

Comments
 (0)