refs #5739 feat: try run test back
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-01-12 07:59:16 +01:00
parent f713ec268f
commit 1319428085
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -75,7 +75,7 @@ pipeline {
}
steps {
sh "docker-compose -p salix-testing -f docker-compose.test.yml down"
sh "docker-compose -p salix-testing -f docker-compose.test.yml run --rm back"
sh "docker-compose -p salix-testing -f docker-compose.test.yml rm"
// sh "docker-compose -p salix-testing -f docker-compose.test.yml run --rm front"
}
}