Fix id command

This commit is contained in:
Héctor Ramos
2019-02-14 13:23:02 -08:00
parent c532dfd237
commit ad279eef3d
+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-{{ id -run }}-{{ checksum "scripts/circleci/buck_fetch.sh" }}}
- v3-buck-v2019.01.10.01-{{ id -run }}-
- &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-{{ id -run }}-{{ checksum "scripts/circleci/buck_fetch.sh" }}
- &restore-cache-watchman
keys: