From b7cc5fdce2d4d2d7fba67fffa942a04b6111b4ec Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 30 Jan 2025 12:20:26 +0100 Subject: [PATCH] build: refs #6695 try run db --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7a1fd65a3..dfc605337 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,6 +81,7 @@ pipeline { // sh 'quasar build' // sh 'docker-compose -f docker-compose.e2e.yml build front' // sh 'docker-compose -f docker-compose.e2e.yml up front' + sh 'rm -rf salix' sh 'git clone https://gitea.verdnatura.es/verdnatura/salix.git && cd salix' sh 'pnpm i @verdnatura/myt' sh 'npx myt run -t -d'