Skip to content

Commit 419b532

Browse files
YunaYuna
authored andcommitted
cicd: pre-push build script 작성
1 parent ea51d45 commit 419b532

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/scripts/install-hooks.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
# sh .github/scripts/install-hooks.sh 명령어로 실행하시면 됩니다.
4+
cp .github/scripts/pre-push-build.sh .git/hooks/pre-push
5+
chmod +x .git/hooks/pre-push
6+
echo "pre-push hook 설치 완료!"

.github/scripts/pre-push-build.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)