Skip to content

Commit 54c791e

Browse files
Merge pull request #409 from topcoder-platform/TCA-652_invalidate-cache
TCA-652 Reverts the temp cache logging -> dev
2 parents d7156d7 + abf0644 commit 54c791e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
environment:
176176
DEPLOY_ENV: "DEV"
177177
LOGICAL_ENV: "dev"
178-
ENABLE_CACHE: true
178+
ENABLE_CACHE: false
179179
APPNAME: "platform-ui-mvp"
180180
steps: *deploy_steps
181181

src-ts/tools/learn/welcome/WelcomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const WelcomePage: FC<{}> = () => {
3434
title={(
3535
<>
3636
<TcAcademyFullLogoSvg className='tca-logo' />
37-
Welcome! TEMP CACHE TEST
37+
Welcome!
3838
</>
3939
)}
4040
text={`

0 commit comments

Comments
 (0)