feat: refs #6695 run front
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-10-21 11:36:41 +02:00
parent 358c624511
commit f40e5f6cdf
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -115,7 +115,7 @@ pipeline {
// sh 'cd front'
// sh '# export VERSION=e2e-try'
// sh 'docker build -f salix/back/Dockerfile -t back ./salix'
sh 'docker-compose -f docker-compose.e2e.yml up -d --build front'
sh 'docker-compose -f docker-compose.e2e.yml up --build 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'