Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c81d2d94be | |||
| 095a6e2af4 |
Vendored
+1
-1
@@ -53,7 +53,7 @@ pipeline {
|
||||
always {
|
||||
// Sprzątanie wykonujemy tylko, jeśli testy w ogóle ruszyły
|
||||
// Ale komenda down jest bezpieczna nawet jak nic nie działało
|
||||
sh 'docker-compose -f docker-compose.test.yml down -v'
|
||||
sh 'docker compose -f docker-compose.test.yml down -v'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user