test
All checks were successful
andreas-personal/AndysAdguardHomeBlockList/pipeline/head This commit looks good

This commit is contained in:
Andreas Fahrecker 2024-04-10 17:50:04 +02:00
parent 5373fddbe3
commit 0d61fd6eca

2
Jenkinsfile vendored
View File

@ -47,7 +47,7 @@ pipeline {
} }
steps { steps {
sh 'mkdir -p out' sh 'mkdir -p out'
sh 'npm run compile:test' sh 'rm out/andysadguardhomeblocklist.txt'
sh ''' sh '''
git add out/andysadguardhomeblocklist.txt git add out/andysadguardhomeblocklist.txt
git commit -m "Update Compiled Adblock List" git commit -m "Update Compiled Adblock List"