forgot to escape characters
This commit is contained in:
parent
84b358397e
commit
96d6e5c04d
|
@ -7,4 +7,4 @@
|
||||||
NETLIFY_USE_YARN = true
|
NETLIFY_USE_YARN = true
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
ignore = "node -e 'process.env.BRANCH.includes("dependabot") ? 0 : 1'"
|
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"
|
|
@ -7,4 +7,4 @@
|
||||||
NETLIFY_USE_YARN = true
|
NETLIFY_USE_YARN = true
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
ignore = "node -e 'process.env.BRANCH.includes("dependabot") ? 0 : 1'"
|
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"
|
Loading…
Reference in New Issue
Block a user