Remove npm install step outside gradle
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
This commit is contained in:
parent
dd204a5ed2
commit
ee3d446ba2
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -42,15 +42,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('NPM Install') {
|
||||
when {
|
||||
beforeAgent true;
|
||||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
sh 'npm clean-install'
|
||||
}
|
||||
}
|
||||
stage('Compile Adblock List') {
|
||||
when {
|
||||
beforeAgent true;
|
||||
|
Reference in New Issue
Block a user