From 5cbd5cd50a3f056af37a339b9dccf3332a916fe0 Mon Sep 17 00:00:00 2001 From: kumavis Date: Fri, 9 Mar 2018 15:20:59 -0800 Subject: ci - cache firefox against Revision --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 49436eda8..0eb046136 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,7 +53,7 @@ jobs: wget https://ftp.mozilla.org/pub/firefox/releases/58.0/linux-x86_64/en-US/firefox-58.0.tar.bz2 && tar xjf firefox-58.0.tar.bz2 - save_cache: - key: dependency-cache-firefox-{{ .BuildNum }} + key: dependency-cache-firefox-{{ .Revision }} paths: - firefox @@ -105,7 +105,7 @@ jobs: steps: - checkout - restore_cache: - key: dependency-cache-firefox-{{ .BuildNum }} + key: dependency-cache-firefox-{{ .Revision }} - run: name: Install firefox command: > @@ -131,7 +131,7 @@ jobs: steps: - checkout - restore_cache: - key: dependency-cache-firefox-{{ .BuildNum }} + key: dependency-cache-firefox-{{ .Revision }} - run: name: Install firefox command: > -- cgit v1.2.3