We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80dc2ef + 52788d3 commit 275ccd0Copy full SHA for 275ccd0
.circleci/config.yml
@@ -252,7 +252,7 @@ workflows:
252
filters:
253
branches:
254
only:
255
- - develop
+ - hot-fix-disable-sw
256
# This is stage env for production QA releases
257
- "build-prod-staging":
258
context : org-global
config/default.js
@@ -57,7 +57,7 @@ module.exports = {
57
/**
58
* Disable PWA service worker.
59
*/
60
- DISABLE_SERVICE_WORKER: false,
+ DISABLE_SERVICE_WORKER: true,
61
62
/* API token for logentries.com. The token below is just for local testing of
63
* the setup. To override it use LOG_ENTRIES_TOKEN environment variable. */
0 commit comments