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

Update config.yml to allow firefox download caching

This commit is contained in:
Bruno Barbieri 2018-07-06 15:50:57 -04:00 committed by GitHub
parent 24b0e6a4f8
commit 5b58c2acb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,11 +119,13 @@ jobs:
- image: circleci/node:8.11.3-browsers - image: circleci/node:8.11.3-browsers
steps: steps:
- checkout - checkout
- restore_cache:
keys: dependency-cache-firefox
- run: - run:
name: Download Firefox name: Download Firefox If needed
command: ./.circleci/scripts/firefox-download.sh command: ./.circleci/scripts/firefox-download.sh
- save_cache: - save_cache:
key: dependency-cache-firefox-{{ .Revision }} key: dependency-cache-firefox
paths: paths:
- firefox - firefox
@ -224,7 +226,7 @@ jobs:
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
key: dependency-cache-firefox-{{ .Revision }} key: dependency-cache-firefox
- run: - run:
name: Install firefox name: Install firefox
command: ./.circleci/scripts/firefox-install.sh command: ./.circleci/scripts/firefox-install.sh
@ -261,7 +263,7 @@ jobs:
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
key: dependency-cache-firefox-{{ .Revision }} key: dependency-cache-firefox
- run: - run:
name: Install firefox name: Install firefox
command: ./.circleci/scripts/firefox-install.sh command: ./.circleci/scripts/firefox-install.sh
@ -362,7 +364,7 @@ jobs:
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
key: dependency-cache-firefox-{{ .Revision }} key: dependency-cache-firefox
- run: - run:
name: Install firefox name: Install firefox
command: ./.circleci/scripts/firefox-install.sh command: ./.circleci/scripts/firefox-install.sh
@ -405,7 +407,7 @@ jobs:
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
key: dependency-cache-firefox-{{ .Revision }} key: dependency-cache-firefox
- run: - run:
name: Install firefox name: Install firefox
command: ./.circleci/scripts/firefox-install.sh command: ./.circleci/scripts/firefox-install.sh