Skip to content

Commit edb9118

Browse files
committed
build: catch2 is installed with using conan instead of FetchContent
1 parent 4dcb3b8 commit edb9118

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
@@ -331,7 +331,7 @@ def linux_wheels(pythonVersions, testPackages, params, wheelStashes, sharedPipCa
331331
archiveArtifacts artifacts: 'dist/*.whl'
332332
} finally{
333333
sh "${tool(name: 'Default', type: 'git')} clean -dfx"
334-
sh "docker rmi --no-prune docker rmi $(docker images -q ${dockerImageName})"
334+
sh "docker rmi --no-prune docker rmi \$(docker images -q ${dockerImageName})"
335335
}
336336
}
337337
}

0 commit comments

Comments
 (0)