Revert "Use current user in cache key"

This reverts commit c532dfd237.
This commit is contained in:
Héctor Ramos
2019-02-14 13:26:56 -08:00
parent 85a2e7146e
commit 99ebebdee6
+3 -3
View File
@@ -57,13 +57,13 @@ aliases:
- &restore-cache-downloads-buck
keys:
- v3-buck-v2019.01.10.01-{{ /usr/bin/id -run }}-{{ checksum "scripts/circleci/buck_fetch.sh" }}}
- v3-buck-v2019.01.10.01-{{ /usr/bin/id -run }}-
- v3-buck-v2019.01.10.01-{{ checksum "scripts/circleci/buck_fetch.sh" }}}
- v3-buck-v2019.01.10.01-
- &save-cache-downloads-buck
paths:
- ~/buck
- ~/okbuck
key: v3-buck-v2019.01.10.01-{{ /usr/bin/id -run }}-{{ checksum "scripts/circleci/buck_fetch.sh" }}
key: v3-buck-v2019.01.10.01-{{ checksum "scripts/circleci/buck_fetch.sh" }}
- &restore-cache-watchman
keys: