blob: 3ea4dcd06478fe54af74e72f3890849539a3d1b1 [file] [log] [blame]
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
#
# Copyright IBM Corp. 2008,2025
#
. "$(dirname "$0")/common.sh"
git push -f "${build_host}${build_host:+:}${build_dir}" master:refs/heads/next
exit $?