Fix Commit Instead of stash
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -24,7 +24,8 @@ pipeline {
|
|||||||
git checkout -b build-${BUILD_NUMBER}
|
git checkout -b build-${BUILD_NUMBER}
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
npm run compile
|
npm run compile
|
||||||
git stash
|
git add .
|
||||||
|
git commit -m "Update Compiled Adblock List"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user