Skip to content

Commit d9b86ed

Browse files
committed
fix broken bits [netlify-ignore]
1 parent e5974c7 commit d9b86ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ignore.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

33
# grab the latest entry from git log
4-
log=$(env -i cd .. && git log -1 --pretty=%B)
5-
echo $log
4+
log=$(env -i git log -1 --pretty=%B)
5+
66
# run a series of checks for common reasons that we shouldn't preview build.
77
# if no checks match, exit with code 1 to run the build
88

0 commit comments

Comments
 (0)