Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo committed Jun 22, 2023
1 parent 7a8e6dd commit a5b5b86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/reproduce_comparison/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ pipeline {
error " Untar ${reproducedJDKFile[0].name} failed"
return
}

// Remove artifacts in untarred compared jdk dir before comparison
sh """
find . -type f -name '*.tar.gz' -delete
find . -type f -name '*.json' -delete
Expand Down

0 comments on commit a5b5b86

Please sign in to comment.