Skip to content

Commit

Permalink
Ensure results from previous TCK runs is properly deleted before star…
Browse files Browse the repository at this point in the history
…ting a new run
  • Loading branch information
beikov committed Mar 29, 2022
1 parent 063a13c commit 52fd9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/jpa-3.0-tck.Jenkinsfile
Expand Up @@ -42,6 +42,7 @@ pipeline {
stage('Run TCK') {
steps {
sh """ \
rm -Rf ./results
docker rm -f tck || true
docker volume rm -f tck-vol || true
docker volume create tck-vol
Expand Down
1 change: 1 addition & 0 deletions ci/jpa-3.1-tck.Jenkinsfile
Expand Up @@ -42,6 +42,7 @@ pipeline {
stage('Run TCK') {
steps {
sh """ \
rm -Rf ./results
docker rm -f tck || true
docker volume rm -f tck-vol || true
docker volume create tck-vol
Expand Down

0 comments on commit 52fd9cf

Please sign in to comment.