Fix missed rename
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-10 17:00:50 +02:00
parent 2b84326d80
commit 245fb19fa8

2
Jenkinsfile vendored
View File

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