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.
|
# Push the current branch to the CI branches that generate platform binaries.
|
||||||
bin() {
|
bin() {
|
||||||
run git push -f origin HEAD:ci-windows
|
run git push -f origin HEAD:binaries
|
||||||
run git push -f origin HEAD:ci-mac
|
|
||||||
run git push -f origin HEAD:ci-linux-x64
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if declare -f "$1" > /dev/null; then "$@"; else usage; fi
|
if declare -f "$1" > /dev/null; then "$@"; else usage; fi
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user