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

Commit 99a3576

Browse files
authored
Fix build failure caused by newly introduced test zip (#116)
1 parent b6e023f commit 99a3576

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ pipeline {
4747
export BUILD_INFO="build_info.properties"
4848
export sshHost="genie.codewind@projects-storage.eclipse.org"
4949
export deployDir="/home/data/httpd/download.eclipse.org/codewind/$REPO_NAME"
50+
51+
rm $OUTPUT_DIR/$REPO_NAME-test-*.zip
5052
5153
if [ -z $CHANGE_ID ]; then
5254
UPLOAD_DIR="$GIT_BRANCH/$BUILD_ID"

0 commit comments

Comments
 (0)