chore: refs #6695 get docker compose version
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:29:02 +02:00
parent 9aeaac7648
commit 9c6c379977
1 changed files with 4 additions and 3 deletions

7
Jenkinsfile vendored
View File

@ -115,9 +115,10 @@ pipeline {
// sh 'cd front' // sh 'cd front'
// sh '# export VERSION=e2e-try' // sh '# export VERSION=e2e-try'
// sh 'docker build -f salix/back/Dockerfile -t back ./salix' // sh 'docker build -f salix/back/Dockerfile -t back ./salix'
sh 'quasar build' sh 'docker compose version'
sh 'docker compose -f docker-compose.e2e.yml build front' // // // sh 'quasar build'
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 'pnpm i @verdnatura/myt'
// sh 'cd salix && npx myt run -t --ci -d -n front_default' // sh 'cd salix && npx myt run -t --ci -d -n front_default'
// // sh 'docker-compose -f docker-compose.e2e.yml up --build db' // // sh 'docker-compose -f docker-compose.e2e.yml up --build db'