From 4131a13a6dbf8e05bec6608d4255be82183adb58 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Thu, 3 Sep 2020 10:16:27 +0200 Subject: [PATCH] Revert "REVERT ME LATER run with React 17" This reverts commit ca76e8724652a3b7c6a34f3d5d8e7d531711a267. --- .circleci/config.yml | 3 --- azure-pipelines.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5d810efb438622..b242835b8421d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -234,7 +234,6 @@ workflows: - l10n - /dependabot\// - test_unit: - react-dist-tag: next requires: - checkout - test_static: @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bf495b96f7c243..2358647ed95beb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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)/'