Remove npm install step outside gradle
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-16 05:49:06 +02:00
parent dd204a5ed2
commit ee3d446ba2

9
Jenkinsfile vendored
View File

@ -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;