Compare commits

...

2 Commits

Author SHA1 Message Date
Jenkins Bot
c81d2d94be Merge branch develop into main (Jenkins CI) 2026-01-05 20:09:52 +00:00
David Ali
095a6e2af4 fix typo 2026-01-05 20:59:37 +01:00

2
Jenkinsfile vendored
View File

@@ -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'
}
}
}