disabled --prefer-offline
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Joan Sanchez 2022-05-12 12:20:55 +02:00
parent 322d08756d
commit eb0314e32f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
} }
steps { steps {
nodejs('node-v14') { nodejs('node-v14') {
sh 'npm install --no-audit --prefer-offline' sh 'npm install --no-audit'
sh 'gulp install --ci' sh 'gulp install --ci'
} }
} }