Merged in fix/branch-sync (pull request #2625)
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
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
[build]
|
||||
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-redirect"
|
||||
|
||||
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"]
|
||||
|
||||
Reference in New Issue
Block a user