Skip to content

Commit 13b3135

Browse files
committed
build: catch2 is installed with using conan instead of FetchContent
1 parent 05937d3 commit 13b3135

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
@@ -332,7 +332,7 @@ def linux_wheels(pythonVersions, testPackages, params, wheelStashes, sharedPipCa
332332
} finally{
333333
sh "${tool(name: 'Default', type: 'git')} clean -dfx"
334334
sh(label:'untagging image',
335-
script: """if [[ ! -z $(docker images -q ${dockerImageName}) ]]; then
335+
script: """if [[ ! -z \$(docker images -q ${dockerImageName}) ]]; then
336336
docker rmi ${dockerImageName}
337337
fi
338338
"""

0 commit comments

Comments
 (0)