chore: refs #6695 try use docker compose
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
6b06ccd3ff
commit
9aeaac7648
|
@ -116,8 +116,8 @@ pipeline {
|
|||
// sh '# export VERSION=e2e-try'
|
||||
// sh 'docker build -f salix/back/Dockerfile -t back ./salix'
|
||||
sh 'quasar build'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml build front'
|
||||
sh 'docker-compose -f docker-compose.e2e.yml up front'
|
||||
sh 'docker compose -f docker-compose.e2e.yml build front'
|
||||
sh 'docker compose -f docker-compose.e2e.yml up front'
|
||||
// sh 'pnpm i @verdnatura/myt'
|
||||
// sh 'cd salix && npx myt run -t --ci -d -n front_default'
|
||||
// // sh 'docker-compose -f docker-compose.e2e.yml up --build db'
|
||||
|
|
Loading…
Reference in New Issue