chore: refs #6695 try use docker compose
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-10-25 09:26:06 +02:00
parent 6b06ccd3ff
commit 9aeaac7648
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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'