diff --git a/Jenkinsfile b/Jenkinsfile index 873cd79..bf94c87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,9 +28,6 @@ pipeline { beforeAgent true; branch 'main' } - agent { - label 'linux' - } environment { def tag = sh(returnStdout: true, script: 'git rev-parse --short=10 HEAD').trim() PACKAGE_REGISTRY_CREDENTIALS = credentials('gitea-package-registry-jenkins-user') @@ -68,9 +65,6 @@ pipeline { beforeAgent true; branch 'main' } - agent { - label 'linux' - } steps { sh 'curl -H "Authorization: Bearer 2ykoFnTr3FWcqMLvaEthR79ffNfbTgzo" 10.55.0.2:8181/v1/update' } diff --git a/build.gradle b/build.gradle index fba708e..237158a 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,4 @@ task createOutDir { task compileAdblockList(type: NpmTask) { dependsOn npmInstall, createOutDir args = ['run', 'compile'] - doFirst { - file("out").mkdirs() - } } \ No newline at end of file