Skip to content

Commit

Permalink
Remove HDL folder for Installer tests
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jan 11, 2024
1 parent bc3c851 commit 16cfd94
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 @@ -70,6 +70,7 @@ cstage("HDL Tests", "", flags) {
*/
cstage("Installer", branchName, flags) {
unstash "builtSources"
sh 'rm -rf hdl'
sh 'make -C ./CI/scripts test_installer'
junit testResults: 'test/*.xml', allowEmptyResults: true
archiveArtifacts artifacts: 'test/logs/*', followSymlinks: false, allowEmptyArchive: true
Expand Down

0 comments on commit 16cfd94

Please sign in to comment.