Skip to content

Commit

Permalink
Fixing the upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Aug 5, 2021
1 parent dcedc08 commit 6133daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def uploadStockReplacement(platform, configuration, archiveName, isStableRelease
if(isStableRelease){
sh "scp -o StrictHostKeyChecking=no \
${expandedBinaryFileName} \
pharoorgde@ssh.cluster023.hosting.ovh.net:/home/pharoorgde/files/vm/pharo-spur${wordSize}-headless/${platform}/stable${mainBranchVersion()}.zip"
pharoorgde@ssh.cluster023.hosting.ovh.net:/home/pharoorgde/files/vm/pharo-spur${wordSize}/${platform}/stable${mainBranchVersion()}.zip"
}
}
}
Expand Down

0 comments on commit 6133daf

Please sign in to comment.