From 3c4bff7c599e5c557dec3aef6a5586f15c9629dd Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:27:55 -0400 Subject: [PATCH 1/8] Update index.txt --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 81f86e41..0fd0eb51 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,5 +1,5 @@ ===================== -MongoDB Kotlin Driver +testing lock deploys ===================== .. toctree:: From b6fef72b8aeadf87220faea77e4ad9f5d596c9ec Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:30:55 -0400 Subject: [PATCH 2/8] Update index.txt --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 0fd0eb51..fac59e2b 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,5 +1,5 @@ ===================== -testing lock deploys +testing lock deploy ===================== .. toctree:: From 69fbe52a3b9478e16498ac85d0c8a66a1f12322f Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:36:06 -0400 Subject: [PATCH 3/8] Update index.txt --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index fac59e2b..0fd0eb51 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,5 +1,5 @@ ===================== -testing lock deploy +testing lock deploys ===================== .. toctree:: From 976369bd9f5ee51c974ac1f1e7c7009ce8a2678e Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:40:28 -0400 Subject: [PATCH 4/8] Locked auto publishing --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index 0fd0eb51..fc440827 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,5 +1,5 @@ ===================== -testing lock deploys +Locked auto publishing ===================== .. toctree:: From d25d2a2dcfe4e9697b2b9064529e5bd4672bb51a Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:42:52 -0400 Subject: [PATCH 5/8] add skip netlify [skip netlify] --- source/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.txt b/source/index.txt index fc440827..36b7296c 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,5 +1,5 @@ ===================== -Locked auto publishing +Add skip netlify ===================== .. toctree:: From d67dd53c077054957e39bc4c3902d79a4df2870a Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:16:12 -0400 Subject: [PATCH 6/8] add ignore to netlify.toml --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index 2d0a3b98..58dcac74 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,3 +7,4 @@ name = "snooty-cache-plugin" [build] publish = "snooty/public" command = ". ./build.sh" +ignore = process.env.BRANCH.includes("anabellabuckvar-patch-1") From 6329a2c4aa8e1252f8504e2822e5714f9c209ea7 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:17:51 -0400 Subject: [PATCH 7/8] Update ignore command --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 58dcac74..2dca164f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,4 +7,4 @@ name = "snooty-cache-plugin" [build] publish = "snooty/public" command = ". ./build.sh" -ignore = process.env.BRANCH.includes("anabellabuckvar-patch-1") +ignore = "node ignore_build.ts" From 34f5657ccd65dd7b72a5a75c9037f96d614f10d9 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:18:36 -0400 Subject: [PATCH 8/8] Create ignore_build.ts --- ignore_build.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ignore_build.ts diff --git a/ignore_build.ts b/ignore_build.ts new file mode 100644 index 00000000..d8506de1 --- /dev/null +++ b/ignore_build.ts @@ -0,0 +1,2 @@ + +process.exitCode = process.env.BRANCH.includes("anabellabuckvar-patch-1") ? 0 : 1