remove agent labels
All checks were successful
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head This commit looks good

This commit is contained in:
2024-08-07 15:47:06 +02:00
parent a1b54eeeed
commit 3782dfda95
2 changed files with 0 additions and 9 deletions

View File

@ -39,7 +39,4 @@ task createOutDir {
task compileAdblockList(type: NpmTask) {
dependsOn npmInstall, createOutDir
args = ['run', 'compile']
doFirst {
file("out").mkdirs()
}
}