From 8bb3cb2e0b1f17f636f3035e33921216f875052f Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 11 Mar 2021 14:00:24 -0500 Subject: [PATCH] use new sign-in sign-up on stage --- .github/workflows/stage-build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/stage-build.yml b/.github/workflows/stage-build.yml index 594493ca19a9..1c4ec2449bf8 100644 --- a/.github/workflows/stage-build.yml +++ b/.github/workflows/stage-build.yml @@ -164,6 +164,14 @@ jobs: # '' nomatter what # kind of document it is. BUILD_ALWAYS_NO_ROBOTS: true + + # (peterbe, Mar 2021) This is unique to Stage and temporary. We want to + # test the new Yari-based sign-in and sign-up. Setting this environment + # variable changes the behavior of the "Sign in" link in the top navbar. + # Once we know for sure that this new Yari sign in/up is working in Stage + # we'll make this the new default can we can remove these lines. + REACT_APP_USE_YARI_SIGNIN: true + run: | if [ ${{ env.BUILD_ARCHIVED_CONTENT }} == "true" ]; then echo "Will build mdn/archived-content too"