Clean rpm deb packages before main agent start job

This commit is contained in:
jaxl 2020-07-23 14:26:49 +08:00
parent a9386979ea
commit 080542c8db
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -26,6 +26,7 @@ pipeline {
agent { label "srdcvk && build && ubuntu" }
steps {
sh "rm -rf *.deb"
sh 'rm -rf *.rpm'
sh "python3 ${WORKSPACE}/utils/amdvlk_release_for_tag.py -w ${WORKSPACE} -a ${githubToken} -c build"
}
}