Revert "Printing tags"

This reverts commit d63cc42064.
This commit is contained in:
paola.rozo 2020-08-24 22:49:08 -05:00
parent d63cc42064
commit d69a9cf779

2
Jenkinsfile vendored
View file

@ -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')