From b770dab6111c849cf7c1eb4516b1a749cdae356e Mon Sep 17 00:00:00 2001 From: LieutenantRoger Date: Wed, 29 Apr 2020 22:10:00 +0800 Subject: [PATCH 1/2] hot fix hall-of-fame --- .circleci/config.yml | 6 ++---- src/shared/routes/HallOfFame.jsx | 8 +------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c49a288539..601ad23613 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -174,8 +174,7 @@ workflows: filters: branches: only: - - develop - - notifications-analytics + - hot-fix-hall-of-fame # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -189,8 +188,7 @@ workflows: filters: branches: only: - - develop - - notifications-analytics + - hot-fix-hall-of-fame # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration diff --git a/src/shared/routes/HallOfFame.jsx b/src/shared/routes/HallOfFame.jsx index 54e04ae9e6..9b574976e4 100644 --- a/src/shared/routes/HallOfFame.jsx +++ b/src/shared/routes/HallOfFame.jsx @@ -1,11 +1,10 @@ /** * The loader/router for TCO Hall of Fame */ -import path from 'path'; import React from 'react'; import LoadingPagePlaceholder from 'components/LoadingPagePlaceholder'; -import { AppChunk, webpack } from 'topcoder-react-utils'; +import { AppChunk } from 'topcoder-react-utils'; export default function HallOfFameRouter(props) { return ( @@ -17,11 +16,6 @@ export default function HallOfFameRouter(props) { )) } renderPlaceholder={() => } - renderServer={() => { - const p = webpack.resolveWeak('components/HallOfFamePage'); - const HallOfFameContainer = webpack.requireWeak(path.resolve(__dirname, p)); - return ; - }} /> ); } From 921aefbbe81dbe2aadc11901cd17ab7ac1a5ef03 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 30 Apr 2020 10:30:43 +0530 Subject: [PATCH 2/2] ci: deploying on beta --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 601ad23613..23019f1e68 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -189,6 +189,7 @@ workflows: branches: only: - hot-fix-hall-of-fame + - develop # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration