Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Remove existing build directory (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephca authored and Tim Etchells committed Nov 21, 2019
1 parent 6de861e commit 9904e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ spec:
printf "Uploading files:\n$(ls -l *.vsix)\n"
ssh $sshHost rm -rf $deployDir
ssh $sshHost mkdir -p $deployDir
scp *.vsix $sshHost:$deployDir
echo "Uploaded to https://download.eclipse.org${deployDir##*download.eclipse.org}"
Expand Down

0 comments on commit 9904e46

Please sign in to comment.