mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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
|
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
|
key: dependency-cache-firefox-{{ .BuildNum }}
|
||||||
paths:
|
paths:
|
||||||
- firefox
|
- firefox
|
||||||
|
|
||||||
@ -105,7 +105,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: dependency-cache-firefox
|
key: dependency-cache-firefox-{{ .BuildNum }}
|
||||||
- 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
|
key: dependency-cache-firefox-{{ .BuildNum }}
|
||||||
- run:
|
- run:
|
||||||
name: Install firefox
|
name: Install firefox
|
||||||
command: >
|
command: >
|
||||||
|
Loading…
Reference in New Issue
Block a user