mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: release: use new binaries branch (and force a new build)
This commit is contained in:
parent
5d9a0616db
commit
6a304968ff
@ -146,9 +146,7 @@ prep() {
|
||||
|
||||
# Push the current branch to the CI branches that generate platform binaries.
|
||||
bin() {
|
||||
run git push -f origin HEAD:ci-windows
|
||||
run git push -f origin HEAD:ci-mac
|
||||
run git push -f origin HEAD:ci-linux-x64
|
||||
run git push -f origin HEAD:binaries
|
||||
}
|
||||
|
||||
if declare -f "$1" > /dev/null; then "$@"; else usage; fi
|
||||
|
Loading…
Reference in New Issue
Block a user