Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ignore_build.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

process.exitCode = process.env.BRANCH.includes("anabellabuckvar-patch-1") ? 0 : 1
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ name = "snooty-cache-plugin"
[build]
publish = "snooty/public"
command = ". ./build.sh"
ignore = "node ignore_build.ts"
2 changes: 1 addition & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=====================
MongoDB Kotlin Driver
Add skip netlify
=====================

.. toctree::
Expand Down
Loading