Merged in fix/branch-sync-4 (pull request #2649)

Fix/branch sync 4

* Test ignore script

* Test
This commit is contained in:
Linus Flood
2025-08-14 05:46:38 +00:00
parent 9d15da5290
commit dbc9473cb5

View File

@@ -2,7 +2,7 @@
command = "yarn test && yarn build:web"
publish = "apps/scandic-web/.next"
#ignore = "if [ -z ${CACHED_COMMIT_REF+x} ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-web packages/common packages/trpc packages/design-system packages/typescript-config ; fi"
ignore = "if [ -z ${CACHED_COMMIT_REF+x} ] ; then echo 'no CACHED_COMMIT_REF found' && false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-web packages/common packages/trpc packages/design-system packages/typescript-config ; fi"
[context.branch-deploy]
command = "yarn test && yarn build:web"