Now with actual Compile step instead of 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:55:29 +02:00
parent 31e53019bc
commit 4ba07995f8

2
Jenkinsfile vendored
View File

@ -47,7 +47,7 @@ pipeline {
} }
steps { steps {
sh 'mkdir -p out' sh 'mkdir -p out'
sh 'rm out/andysadguardhomeblocklist.txt' sh 'npm run compile'
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"