Fix Commit Instead of stash
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
2024-04-10 05:54:49 +02:00
parent e07d7887bc
commit 6eda12b6f0

3
Jenkinsfile vendored
View File

@ -24,7 +24,8 @@ pipeline {
git checkout -b build-${BUILD_NUMBER}
mkdir -p dist
npm run compile
git stash
git add .
git commit -m "Update Compiled Adblock List"
'''
}
}