diff --git a/Jenkinsfile b/Jenkinsfile index fad95ec..03cde40 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,8 +34,6 @@ pipeline { IMAGE = 'cdrx/pyinstaller-linux:python2' } when { tag "release-*" } - echo 'printing' - echo tag steps { dir(path: env.BUILD_ID) { unstash(name: 'compiled-results')