docs: Update the sccache name (#20462)

This commit is contained in:
Felix Rieseberg 2019-10-08 11:46:01 -10:00 committed by John Kleinschmidt
parent 23066f8cce
commit b3e7657159
2 changed files with 12 additions and 12 deletions

View file

@ -46,7 +46,7 @@ You can avoid much of the wait by reusing Electron CI's build output via
optional steps (listed below) and these two environment variables:
```sh
export SCCACHE_BUCKET="electronjs-sccache"
export SCCACHE_BUCKET="electronjs-sccache-ci"
export SCCACHE_TWO_TIER=true
```