removing the release condition
This commit is contained in:
parent
d69a9cf779
commit
ca3177b17b
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue