1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 03:47:04 +01:00
Files
openshift-docs/netlify.toml
2021-02-13 06:29:33 +00:00

10 lines
424 B
TOML

# these are defaults. Let's skip all builds by default!
# docs for this are here: https://docs.netlify.com/configure-builds/file-based-configuration/#ignore-builds
[build]
ignore = "/bin/true"
# we can override per context - deploy-preview is PR's ONLY
[context.deploy-preview]
ignore = "curl https://api.github.com/repos/openshift/openshift-docs/pulls/$REVIEW_ID | grep '\"login\": \"openshift-cherrypick-robot\"'"