Skip to content

Commit 8b441f5

Browse files
authored
Merge pull request #4869 from topcoder-platform/oanh-kiril-tasks
Newsletter on Cognitive
2 parents 9a21345 + eb966b7 commit 8b441f5

File tree

7 files changed

+3
-79
lines changed

7 files changed

+3
-79
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ workflows:
230230
filters:
231231
branches:
232232
only:
233-
- milestone-20200910
233+
- develop
234+
- oanh-kiril-tasks
234235
# This is alternate dev env for parallel testing
235236
- "build-test":
236237
context : org-global
@@ -252,6 +253,7 @@ workflows:
252253
filters:
253254
branches:
254255
only:
256+
- integration-v5-challenge-api
255257
- hot-fix
256258
# This is stage env for production QA releases
257259
- "build-prod-staging":

src/shared/components/tc-communities/communities/cognitive/GetStarted/index.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import cardImg02 from
2020

2121
import MarchMadnessBanner from '../MarchMadnessBanner';
2222

23-
import NewsSignup from '../NewsSignup';
24-
2523
import style from './style.scss';
2624

2725
export default function GetStarted({ baseUrl }) {
@@ -88,7 +86,6 @@ export default function GetStarted({ baseUrl }) {
8886
/>
8987
</ImageText>
9088
</div>
91-
<NewsSignup />
9289
</main>
9390
);
9491
}

src/shared/components/tc-communities/communities/cognitive/Home/index.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import { config, Link } from 'topcoder-react-utils';
1616
import davePhotoUrl from 'assets/images/communities/cognitive/home/dave.jpg';
1717

1818
import IbmCloudBanner from '../IbmCloudBanner';
19-
import NewsletterSignup from '../NewsSignup';
2019

2120
import style from './style.scss';
2221

@@ -317,8 +316,6 @@ export default function Home({
317316
</div>
318317
</div>
319318
</div>
320-
321-
<NewsletterSignup />
322319
</main>
323320
);
324321
}

src/shared/components/tc-communities/communities/cognitive/IbmCloudPage/index.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import React from 'react';
44
import Differences from './Differences';
55
import HeadBanner from './HeadBanner';
66
import JoinBlock from './JoinBlock';
7-
import NewsSignup from '../NewsSignup';
87

98
export default function IbmCloudPage() {
109
return (
@@ -16,8 +15,6 @@ export default function IbmCloudPage() {
1615
{/* Hidden by the request from Trevor: the transition process won't start
1716
* until Feb 12. */}
1817
{/* <AutoTransition /> */}
19-
20-
<NewsSignup />
2118
</div>
2219
);
2320
}

src/shared/components/tc-communities/communities/cognitive/NewsSignup/index.jsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/shared/components/tc-communities/communities/cognitive/NewsSignup/theme.scss

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/shared/components/tc-communities/communities/cognitive/Resources/index.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import MsgsSvg from
2424
import { Button, PrimaryButton } from 'topcoder-react-ui-kit';
2525

2626
import FaqItem from './FaqItem';
27-
import NewsSignup from '../NewsSignup';
2827

2928
import style from './style.scss';
3029

@@ -324,7 +323,6 @@ export default function Resources({
324323
</div>
325324
</div>
326325
</div>
327-
<NewsSignup />
328326
</main>
329327
);
330328
}

0 commit comments

Comments
 (0)