mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Fix
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
"headers": [{"key": "Cache-Control", "value": "no-cache"}]
|
||||
}
|
||||
],
|
||||
"ignoreCommand": "git fetch --unshallow 2>/dev/null && echo '$VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA' && git diff $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA --quiet -- ./ ../common/"
|
||||
"ignoreCommand": "git fetch --unshallow 2>/dev/null && echo $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA && git diff $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA --quiet -- ./ ../common/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user