Skip to content

Commit fe48da0

Browse files
author
Gracjan Górecki
authored
fix for ignore flag for netlify (#1965)
1 parent 23da91d commit fe48da0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ignore.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
git log -1 --pretty=%B | grep dependabot

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
# that is where we will look for package.json/.nvmrc/etc not repo root!
77

88
[build]
9-
ignore = 'git log -1 --pretty=%B | grep dependabot'
9+
ignore = 'sh ./ignore.sh'
1010
publish = "dist/apps/docs"
1111
command = "npm run build-docs-netlify"

0 commit comments

Comments
 (0)