refs #5739 feat: try remove duplicate networks
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
0ea9997753
commit
112a5f1f3a
|
@ -39,7 +39,8 @@ pipeline {
|
|||
NODE_ENV = ""
|
||||
}
|
||||
steps {
|
||||
sh "docker network rm $(docker network ls -f name=\"testing-${env.STACK_NAME}_db_1\" -q) || true"
|
||||
sh "docker network rm \$(docker network ls -f name=\"testing-${env.STACK_NAME}_db_1\" -q) || true"
|
||||
// sh "docker network rm \$$(docker network ls -f name=\\\"testing-\${env.STACK_NAME}_db_1\\\" -q) || true"
|
||||
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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue