From 9dd4025ee8be9deaa4d500ade5100420dbcbf869 Mon Sep 17 00:00:00 2001 From: Dan Lee <71398022+dandhlee@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:53:21 -0400 Subject: [PATCH] chore: update staging bucket to dev --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 5b1f908f..9fa25440 100644 --- a/owlbot.py +++ b/owlbot.py @@ -20,7 +20,7 @@ s.replace( ".kokoro/docs/common.cfg", r'value: "docs-staging-v2"', - r'value: "docs-staging-v2-staging"' + r'value: "docs-staging-v2-dev"' ) s.shell.run(["nox", "-s", "blacken"], hide_output=False)