Skip to content

Commit 275ccd0

Browse files
authored
Merge pull request #4419 from topcoder-platform/hot-fix-disable-sw
ci: disable SW and deploy on beta env
2 parents 80dc2ef + 52788d3 commit 275ccd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ workflows:
252252
filters:
253253
branches:
254254
only:
255-
- develop
255+
- hot-fix-disable-sw
256256
# This is stage env for production QA releases
257257
- "build-prod-staging":
258258
context : org-global

config/default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ module.exports = {
5757
/**
5858
* Disable PWA service worker.
5959
*/
60-
DISABLE_SERVICE_WORKER: false,
60+
DISABLE_SERVICE_WORKER: true,
6161

6262
/* API token for logentries.com. The token below is just for local testing of
6363
* the setup. To override it use LOG_ENTRIES_TOKEN environment variable. */

0 commit comments

Comments
 (0)