1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

ci - cache firefox install under build number

This commit is contained in:
kumavis 2018-03-09 15:16:34 -08:00
parent a59d9d996c
commit 650a88412b

View File

@ -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
key: dependency-cache-firefox-{{ .BuildNum }}
paths:
- firefox
@ -105,7 +105,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: dependency-cache-firefox
key: dependency-cache-firefox-{{ .BuildNum }}
- run:
name: Install firefox
command: >
@ -131,7 +131,7 @@ jobs:
steps:
- checkout
- restore_cache:
key: dependency-cache-firefox
key: dependency-cache-firefox-{{ .BuildNum }}
- run:
name: Install firefox
command: >