mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
ci - cache firefox against Revision
This commit is contained in:
parent
650a88412b
commit
5cbd5cd50a
@ -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
|
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
|
&& tar xjf firefox-58.0.tar.bz2
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: dependency-cache-firefox-{{ .BuildNum }}
|
key: dependency-cache-firefox-{{ .Revision }}
|
||||||
paths:
|
paths:
|
||||||
- firefox
|
- firefox
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: dependency-cache-firefox-{{ .BuildNum }}
|
key: dependency-cache-firefox-{{ .Revision }}
|
||||||
- run:
|
- run:
|
||||||
name: Install firefox
|
name: Install firefox
|
||||||
command: >
|
command: >
|
||||||
@ -131,7 +131,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: dependency-cache-firefox-{{ .BuildNum }}
|
key: dependency-cache-firefox-{{ .Revision }}
|
||||||
- run:
|
- run:
|
||||||
name: Install firefox
|
name: Install firefox
|
||||||
command: >
|
command: >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user