fix: try to fix puppeteer
gitea/salix/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-03-06 07:57:47 +01:00
parent 6bdce1cc5d
commit 40cf16cd0a
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -79,7 +79,6 @@ pipeline {
}
steps {
sh 'pnpm install --prefer-offline --prefix=print'
sh 'pnpx puppeteer browsers install chrome --prefix=print'
}
}
stage('Front') {