diff --git a/Jenkinsfile b/Jenkinsfile index aa35315..29e4243 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } steps { // sh 'npm run compile' - sh 'echo "Compiling Adblock List...">test.txt' + sh 'rm test.txt' } } stage('git push') {