Skip to content

Commit 68fad6c

Browse files
No Index V1.27.0 (#1000)
* no index submodule v1.27.0 * no index v1.27.0 * netlify (#915) * Revert "no index v1.27.0" This reverts commit 706a78186941397d791ef246c965bd231c5a0f92. * reverted a0f92 --------- Co-authored-by: John Williams <[email protected]>
1 parent 8cc7915 commit 68fad6c

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "submodules/mongocli"]
22
path = submodules/mongocli
3-
url = https://github.com/mongodb/mongocli.git
3+
url = https://github.com/QuiqueSanMongo/mongodb-cli.git

build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ensures that we always use the latest version of the script
2+
if [ -f build-site.sh ]; then
3+
rm build-site.sh
4+
fi
5+
6+
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
7+
sh build-site.sh

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[[integrations]]
2+
name = "snooty-cache-plugin"
3+
4+
[build]
5+
publish = "snooty/public"
6+
command = ". ./build.sh"

submodules/mongocli

Submodule mongocli updated 945 files

0 commit comments

Comments
 (0)