Merged in fix/branch-sync-4 (pull request #2649)
Fix/branch sync 4 * Test ignore script * Test
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user