Skip to content

Commit

Permalink
Вернул фикс публикации мастера
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBeaver committed Feb 27, 2020
1 parent b813208 commit 85b3088
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,13 @@ pipeline {

steps {

dir('targetContent') {
unstash 'winDist'
unstash 'debian'
unstash 'redhat'
unstash 'vsix'
unstash 'winDist'
unstash 'debian'
unstash 'redhat'
unstash 'vsix'

dir('targetContent') {

sh '''
WIN=../built
DEB=../out/deb
Expand Down

0 comments on commit 85b3088

Please sign in to comment.