Merged in fix/branch-sync-2 (pull request #2639)
feat(branch sync)-fixed ignore script * feat(branch sync)-fixed ignore script
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
command = "yarn test && yarn build:sas"
|
||||
publish = "apps/partner-sas/.next"
|
||||
|
||||
ignore = "if [[ -v $CACHED_COMMIT_REF ]] ; 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 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]
|
||||
command = "yarn test && yarn build:sas"
|
||||
|
||||
Reference in New Issue
Block a user