Skip to content

Commit bd92979

Browse files
committed
Fix jenkinsfile
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 516ceab commit bd92979

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ node('rhel7'){
5959
//wrap([$class: 'Xvnc']) {
6060
// sh "npm test --silent"
6161
//}
62-
62+
6363
stage 'Upload to /vscode-xml/staging'
6464
def vsix = findFiles(glob: '**.vsix')
6565
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${vsix[0].path} ${UPLOAD_LOCATION}/vscode-xml/staging"
@@ -89,7 +89,6 @@ node('rhel7'){
8989

9090
stage "Upload to /vscode-xml/stable"
9191
// copy this stable build to Akamai-mirrored /static/ URL, so staging can be cleaned out more easily
92-
def vsix = findFiles(glob: '**.vsix')
9392
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${vsix[0].path} ${UPLOAD_LOCATION}/static/vscode-xml/stable/"
9493
}// if publishToMarketPlace
9594
}

0 commit comments

Comments
 (0)