fix(branch sync): check if cached commit ref exists before ignoring builds * fix(branch sync): check if cached commit ref exists before ignoring builds Approved-by: Joakim Jäderberg
12 lines
295 B
TOML
12 lines
295 B
TOML
[build]
|
|
|
|
ignore = "if [[ -v $CACHED_COMMIT_REF ]] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-redirect ; fi"
|
|
|
|
|
|
[functions]
|
|
included_files = ["netlify/functions/data/**.json"]
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/.netlify/functions/redirect"
|
|
status = 200 |