diff options
author | kumavis <aaron@kumavis.me> | 2018-03-10 07:20:59 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-03-10 07:20:59 +0800 |
commit | 5cbd5cd50a3f056af37a339b9dccf3332a916fe0 (patch) | |
tree | 9d005ad74bb56375a5ee95af2e81aac0d33925b9 | |
parent | 650a88412bae24580816f59e104760bdc324d77a (diff) | |
download | dexon-wallet-5cbd5cd50a3f056af37a339b9dccf3332a916fe0.tar.gz dexon-wallet-5cbd5cd50a3f056af37a339b9dccf3332a916fe0.tar.zst dexon-wallet-5cbd5cd50a3f056af37a339b9dccf3332a916fe0.zip |
ci - cache firefox against Revision
-rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 49436eda..0eb04613 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: > |