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:
@@ -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"
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user