Skip to content

Commit

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

Please sign in to comment.