Skip to content

Commit 07684c5

Browse files
authored
Merge pull request #25 from tattersoftware/no-verify
Skip post-commit hooks
2 parents 3bedf0d + 5f1248b commit 07684c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ done
158158
# Add everything but the modified Composer files
159159
git add .
160160
git reset composer.*
161-
git commit -m "Stage framework" > /dev/null
161+
git commit -m "Stage framework" --no-verify > /dev/null
162162

163163
# Check for a specific requested version
164164
if [ "$TARGET_VERSION" ]; then
@@ -177,7 +177,7 @@ done
177177
# Add everything but the modified Composer files
178178
git add .
179179
git reset composer.*
180-
git commit -m "Patch framework"
180+
git commit -m "Patch framework" --no-verify
181181

182182
# Get rid of the now-corrupt Composer files
183183
rm composer.*

0 commit comments

Comments
 (0)