From 6d048ec4f1ae2abfb911277e986ea0c761c337a6 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:18:06 -0500 Subject: [PATCH] DOP-5159 testing precedence of UI env var vs toml env var --- build.sh | 1 + netlify.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8584753fa..2f388312a 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ # variables that need to be changed based on the content repo you're working on ------------------------------------------- +TESTING_BRANCH=$1 TESTING_CONTENT_REPO=$2 # name of content repo ORGANIZATION=mongodb # name of org, usually mongodb or 10gen # ------------------------------------------------------------------------------------------------------------------------- diff --git a/netlify.toml b/netlify.toml index 7333ea69a..4303bc0ee 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,4 +6,4 @@ publish = "public" command = ". ./build.sh $BRANCH_NAME $REPO_NAME" [build.environment] -REPO_NAME = "docs-landing" \ No newline at end of file +REPO_NAME = "docs-cpp" \ No newline at end of file