Skip to content

Commit

Permalink
DOP-5159 testing precedence of UI env var vs toml env var
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Nov 20, 2024
1 parent bbcdea8 commit 6d048ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
# -------------------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ publish = "public"
command = ". ./build.sh $BRANCH_NAME $REPO_NAME"

[build.environment]
REPO_NAME = "docs-landing"
REPO_NAME = "docs-cpp"

0 comments on commit 6d048ec

Please sign in to comment.