mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-29 13:38:50 +00:00
fix in github_release
This commit is contained in:
parent
f23740a6a5
commit
92f1ec03dd
@ -1,8 +1,10 @@
|
|||||||
private String getCurrentVersionChangelog(String version) {
|
private String getCurrentVersionChangelog(String version) {
|
||||||
OutputStream changelogDataOS = new ByteArrayOutputStream()
|
OutputStream changelogDataOS = new ByteArrayOutputStream()
|
||||||
exec {
|
exec {
|
||||||
standardOutput = changelogDataOS
|
|
||||||
commandLine 'chmod', "+x", './changelog_parser.sh'
|
commandLine 'chmod', "+x", './changelog_parser.sh'
|
||||||
|
}
|
||||||
|
exec {
|
||||||
|
standardOutput = changelogDataOS
|
||||||
commandLine './changelog_parser.sh', "$version", 'CHANGELOG.md'
|
commandLine './changelog_parser.sh', "$version", 'CHANGELOG.md'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user