removing the release condition

This commit is contained in:
paola.rozo 2020-08-25 22:20:33 -05:00
parent d69a9cf779
commit ca3177b17b

1
Jenkinsfile vendored
View file

@ -33,7 +33,6 @@ pipeline {
VOLUME = '$(pwd)/sources:/src'
IMAGE = 'cdrx/pyinstaller-linux:python2'
}
when { tag "release-*" }
steps {
dir(path: env.BUILD_ID) {
unstash(name: 'compiled-results')