]> git.ozlabs.org Git - next-scripts/blob - do_push
Merge commit '87f7336193d1'
[next-scripts] / do_push
1 #!/bin/bash
2
3 . "$(dirname $0)/common.sh"
4
5 git push -f "$build_host":"$build_dir" master:refs/heads/next
6
7 exit $?