Skip to content

Commit

Permalink
REVERT LATER run with next
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 5, 2020
1 parent 0eeb3c0 commit f248bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -229,6 +229,7 @@ workflows:
jobs:
- checkout
- test_unit:
react-dist-tag: next
requires:
- checkout
- test_static:
Expand All @@ -238,6 +239,7 @@ workflows:
requires:
- checkout
- test_browser:
react-dist-tag: next
requires:
- checkout
- test_regressions:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -32,7 +32,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: 'stable'
REACT_DIST_TAG: 'next'
# 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 f248bd4

Please sign in to comment.