build: refs #6706 Migration to pnpm #1990
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue