Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit ff4e98b

Browse files
committed
Add --no-verify
1 parent 65899a4 commit ff4e98b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/github-deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ git checkout -b $BRANCH
100100
# Force add build directory and commit.
101101
git add build/. --force
102102
git add .
103-
git commit -m "Adding /build directory to release"
103+
git commit -m "Adding /build directory to release" --no-verify
104104

105105
# Force add vendor directory and commit.
106106
git add vendor/. --force
107107
git add .
108-
git commit -m "Adding /vendor directory to release"
108+
git commit -m "Adding /vendor directory to release" --no-verify
109109

110110
# Push branch upstream
111111
git push origin $BRANCH

0 commit comments

Comments
 (0)