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:
parent
a59d9d996c
commit
650a88412b
@ -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: >
|
||||
|
Loading…
Reference in New Issue
Block a user