Sync on master push

This commit is contained in:
sas.fajri
2026-04-27 10:47:36 +07:00
parent 4ffdc1886f
commit 2fa45e3e74
3 changed files with 38 additions and 7 deletions

View File

@@ -1,8 +1,4 @@
#!/bin/sh
set -eu
repo_root=$(git rev-parse --show-toplevel)
if ! "$repo_root/scripts/devcpone_sync.sh"; then
printf '%s\n' "devcpone sync skipped/failed; commit kept intact" >&2
fi
exit 0