Skip to content

Commit

Permalink
use new sign-in sign-up on stage (#3202)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Mar 11, 2021
1 parent 8d35451 commit 0a4e4df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ jobs:
# '<meta name="robots" content="noindex, nofollow">' 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"
Expand Down

0 comments on commit 0a4e4df

Please sign in to comment.