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
2 lines
172 B
TOML
2 lines
172 B
TOML
[build]
|
|
ignore = "if [[ -v $CACHED_COMMIT_REF ]] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF packages/design-system packages/typescript-config ; fi" |