Skip to content

Commit

Permalink
Merge pull request #6968 from topcoder-platform/CORE-187
Browse files Browse the repository at this point in the history
CORE-187 Contentful org backup and termination updates
  • Loading branch information
kkartunov authored Feb 8, 2024
2 parents 322fd3b + 601fbca commit 8e7dd32
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 458 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ workflows:
branches:
only:
- develop
- PROD-4429
- CORE-187
# This is alternate dev env for parallel testing
# Deprecate this workflow due to beta env shutdown
# https://topcoder.atlassian.net/browse/CORE-251
Expand Down
47 changes: 0 additions & 47 deletions src/server/tc-communities/comcast/metadata.json

This file was deleted.

52 changes: 0 additions & 52 deletions src/server/tc-communities/zurich/metadata.json

This file was deleted.

102 changes: 0 additions & 102 deletions src/shared/routes/Communities/Comcast/Routes.jsx

This file was deleted.

30 changes: 0 additions & 30 deletions src/shared/routes/Communities/Comcast/index.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions src/shared/routes/Communities/Routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ import tco21 from './TCO21';
import tco22 from './TCO22';
import tco23 from './TCO23';
import Mobile from './Mobile';
import Zurich from './Zurich';
import Comcast from './Comcast';

const TCOs = {
tco01,
Expand Down Expand Up @@ -77,7 +75,6 @@ export default function Communities({
case 'blockchain': return <Blockchain base={base} member={member} meta={meta} />;
case 'community-2': return <Community2 base={base} meta={meta} />;
case 'cs': return <CS base={base} meta={meta} />;
case 'zurich': return <Zurich base={base} meta={meta} />;
case 'demo-expert': return <DemoExpert base={base} meta={meta} />;
case 'qa': return <QA base={base} member={member} meta={meta} />;
case 'srmx': return <SRMx base={base} meta={meta} />;
Expand All @@ -88,7 +85,6 @@ export default function Communities({
case 'cognitive': return <Cognitive base={base} member={member} meta={meta} />;
case 'iot': return <IoT base={base} meta={meta} />;
case 'mobile': return <Mobile base={base} meta={meta} />;
case 'comcast': return <Comcast base={base} meta={meta} />;
default:
// to avoid listing all TCOs we use defaut switch with a check
if (TCOs[communityId]) {
Expand Down
Loading

0 comments on commit 8e7dd32

Please sign in to comment.