Fix post test cleanup
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good

This commit is contained in:
Cameron Cordes
2021-02-02 16:06:33 -05:00
parent c2a485e152
commit 31ca8f2125

2
Jenkinsfile vendored
View File

@@ -22,8 +22,10 @@ pipeline {
} }
post { post {
always {
sh 'rm -f .env' sh 'rm -f .env'
} }
} }
} }
}
} }