Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use new sign-in sign-up on stage #3202

Merged
merged 1 commit into from
Mar 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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