ci: refs#6706 Jenkinsfile tuning
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-02-04 21:05:40 +01:00
parent 0669a3db28
commit d78c8aef40
1 changed files with 0 additions and 7 deletions

7
Jenkinsfile vendored
View File

@ -60,13 +60,6 @@ pipeline {
}
steps {
sh 'pnpm install --prefer-offline'
}
}
stage('Print') {
when {
expression { FROM_GIT }
}
steps {
sh 'pnpm install --prefer-offline --prefix=print'
}
}