remove special dependabot case from ignoreCommand
This commit is contained in:
parent
f6e69dad38
commit
ff5e0dd14c
|
@ -2,5 +2,5 @@
|
||||||
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build",
|
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build",
|
||||||
"outputDirectory": "storybook-static",
|
"outputDirectory": "storybook-static",
|
||||||
"installCommand": "cd ../../ && yarn",
|
"installCommand": "cd ../../ && yarn",
|
||||||
"ignoreCommand": "node -e 'process.exitCode = process.env.VERCEL_GIT_COMMIT_REF.includes(\"dependabot\") ? 0 : 1' && git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA . ../squiggle-lang"
|
"ignoreCommand": "git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA . ../squiggle-lang"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build && cd ../website && yarn build",
|
"buildCommand": "cd ../squiggle-lang && yarn build && cd ../components && yarn build && cd ../website && yarn build",
|
||||||
"framework": "docusaurus-2",
|
"framework": "docusaurus-2",
|
||||||
"installCommand": "cd ../../ && yarn",
|
"installCommand": "cd ../../ && yarn",
|
||||||
"ignoreCommand": "node -e 'process.exitCode = process.env.VERCEL_GIT_COMMIT_REF.includes(\"dependabot\") ? 0 : 1' && git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA ../squiggle-lang ../components ."
|
"ignoreCommand": "git diff --quiet $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA ../squiggle-lang ../components ."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user