feat: refs #6695 jenkins run e2e front deteach
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
a9fdd8cafd
commit
764849ffd8
|
@ -110,7 +110,7 @@ pipeline {
|
|||
sh 'docker build -f salix/back/Dockerfile -t back ./salix'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up db'
|
||||
sh 'docker run --net=host -v ./test/cypress/storage:/salix/storage -d back'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up front'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up -d front'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up e2e --build'
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue