Skip to content

Commit e4d399a

Browse files
Merge pull request #407 from topcoder-platform/TCA-652_invalidate-cache
TCA-654 Tests caching in the master deploy script -> dev
2 parents fe6d5ba + ebc9076 commit e4d399a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
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: false
178+
ENABLE_CACHE: true
179179
APPNAME: "platform-ui-mvp"
180180
steps: *deploy_steps
181181

@@ -239,4 +239,4 @@ workflows:
239239
- master
240240

241241
- test-dev:
242-
context : org-global
242+
context : org-global

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!
37+
Welcome! TEMP FUN
3838
</>
3939
)}
4040
text={`

0 commit comments

Comments
 (0)