데이터 파이프라인 구축
This commit is contained in:
5
git-hooks/post-commit
Normal file
5
git-hooks/post-commit
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
# git-hooks/post-commit
|
||||
|
||||
powershell.exe -ExecutionPolicy Bypass -File "./git-hooks/post-commit.ps1"
|
||||
exit $?
|
||||
Reference in New Issue
Block a user