Skip to content

Commit

Permalink
Revert "REVERT ME LATER run with React 17"
Browse files Browse the repository at this point in the history
This reverts commit ca76e87.
  • Loading branch information
eps1lon committed Sep 3, 2020
1 parent 61819dd commit 4131a13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ workflows:
- l10n
- /dependabot\//
- test_unit:
react-dist-tag: next
requires:
- checkout
- test_static:
Expand All @@ -244,11 +243,9 @@ workflows:
requires:
- checkout
- test_browser:
react-dist-tag: next
requires:
- checkout
- test_regressions:
react-dist-tag: next
requires:
- test_unit
- test_static
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variables:
# Path for artifacts uploaded to S3 that can be used as a permalink
S3_ARTIFACTS_PATH_PERMA: 'artifacts/$(Build.SourceBranchName)-react-$(REACT_DIST_TAG)/$(Build.SourceVersion)/'
${{ if ne( variables['Build.Reason'], 'Schedule' ) }}:
REACT_DIST_TAG: 'next'
REACT_DIST_TAG: 'stable'
# Preserve this path structure since it is locked in various tooling
S3_ARTIFACTS_PATH_PERMA: 'artifacts/$(Build.SourceBranchName)/$(Build.SourceVersion)/'

Expand Down

0 comments on commit 4131a13

Please sign in to comment.