From 99ebebdee6ea43a87be46213f99fb8564c0e0945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 14 Feb 2019 13:26:56 -0800 Subject: [PATCH] Revert "Use current user in cache key" This reverts commit c532dfd237ffa1ef1bcb0ea646c181ecb2a3c56c. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dce88a074b7..b5fda92a7d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: