Skip to content

Commit 05937d3

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Jenkinsfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,12 @@ 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(
335-
label:'untagging image',
336-
script: """if [[ ! -z $(docker images -q ${dockerImageName}) ]]; then
337-
docker rmi ${dockerImageName}
338-
fi
339-
""")
334+
sh(label:'untagging image',
335+
script: """if [[ ! -z $(docker images -q ${dockerImageName}) ]]; then
336+
docker rmi ${dockerImageName}
337+
fi
338+
"""
339+
)
340340
}
341341
}
342342
}

0 commit comments

Comments
 (0)