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

4
Jenkinsfile vendored
View File

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