Skip to content

Commit

Permalink
Clean rpm deb packages before main agent start job
Browse files Browse the repository at this point in the history
  • Loading branch information
JaxLinAMD committed Jul 23, 2020
1 parent a938697 commit 080542c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit 080542c

Please sign in to comment.