refs #5739 feat: try remove duplicate networks
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-01-12 13:37:52 +01:00
parent 31fc3c5b35
commit 56dc5ebb0e
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -40,7 +40,6 @@ pipeline {
}
steps {
sh "docker network rm $(docker network ls -f name='testing-${env.STACK_NAME}_db_1' -q) || true"
// sh "docker network rm testing-${env.STACK_NAME}_db_1 -f"
sh "docker-compose -p testing-${env.STACK_NAME} -f docker-compose.test.yml rm --stop"
sh "docker-compose -p testing-${env.STACK_NAME} -f docker-compose.test.yml build --force-rm db"
}