Add main branch sync automation
This commit is contained in:
5
.githooks/post-commit
Executable file
5
.githooks/post-commit
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
exec "$ROOT_DIR/scripts/sync_devone_changed_files.sh" commit
|
||||
Reference in New Issue
Block a user