Removed prefer-offline
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2021-06-23 14:35:35 +02:00
parent 29ceb38a06
commit 8f5e499425
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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