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

Fix/branch sync 4

* Test ignore script

* Test

* Fixed ignore script
This commit is contained in:
Linus Flood
2025-08-14 05:53:32 +00:00
parent dbc9473cb5
commit b2148cd12e
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
command = "yarn test && yarn build:sas" command = "yarn test && yarn build:sas"
publish = "apps/partner-sas/.next" publish = "apps/partner-sas/.next"
#ignore = "if [ -z ${CACHED_COMMIT_REF+x} ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/partner-sas 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/partner-sas packages/common packages/trpc packages/design-system packages/typescript-config ; fi"
[context.branch-deploy] [context.branch-deploy]
command = "yarn test && yarn build:sas" command = "yarn test && yarn build:sas"

View File

@@ -1,6 +1,6 @@
[build] [build]
#ignore = "if [ -z ${CACHED_COMMIT_REF+x} ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-redirect ; 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-redirect ; fi"
[functions] [functions]

View File

@@ -1,2 +1,2 @@
[build] [build]
#ignore = "if [ -z ${CACHED_COMMIT_REF+x} ] ; then false ; else git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF 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 packages/design-system packages/typescript-config ; fi"