Merge branch 'gulp-jasmine_deprecation' of https://gitea.verdnatura.es/verdnatura/salix into gulp-jasmine_deprecation
This commit is contained in:
commit
0b6e85ea08
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue