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

Commit 9904e46

Browse files
josephcaTim Etchells
authored and
Tim Etchells
committed
Remove existing build directory (#301)
1 parent 6de861e commit 9904e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ spec:
163163
164164
printf "Uploading files:\n$(ls -l *.vsix)\n"
165165
166+
ssh $sshHost rm -rf $deployDir
166167
ssh $sshHost mkdir -p $deployDir
167168
scp *.vsix $sshHost:$deployDir
168169
echo "Uploaded to https://download.eclipse.org${deployDir##*download.eclipse.org}"

0 commit comments

Comments
 (0)