This is an automated email from the ASF dual-hosted git repository. ricardozanini pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
commit eedae281c177795b01dc7ffccc144e71f3173288 Author: jstastny-cz <[email protected]> AuthorDate: Mon Nov 20 17:56:37 2023 +0100 use skopeo installed in image --- .ci/jenkins/Jenkinsfile.build-image | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/jenkins/Jenkinsfile.build-image b/.ci/jenkins/Jenkinsfile.build-image index 2cd1323a..37774e3b 100644 --- a/.ci/jenkins/Jenkinsfile.build-image +++ b/.ci/jenkins/Jenkinsfile.build-image @@ -118,8 +118,6 @@ pipeline { } steps { script { - cloud.installSkopeo() - // Make public if quay registry if (getDeployImageRegistry() == QUAY_REGISTRY) { String namespace = getDeployImageNamespace() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
