FHM28052603SAS - commit remaining changes

This commit is contained in:
sas.fajri
2026-05-28 14:35:21 +07:00
parent 512f649616
commit ee7689654b
10 changed files with 8397 additions and 362 deletions

View File

@@ -30,6 +30,7 @@ while read -r local_ref local_sha remote_ref remote_sha; do
repo_root=$(git rev-parse --show-toplevel)
if ! "$repo_root/scripts/devcpone_sync.sh" "$branch"; then
printf '%s\n' "devcpone sync skipped/failed; push kept intact" >&2
printf '%s\n' "devcpone sync failed; blocking push" >&2
exit 1
fi
done < "$tmpdir/pushes"