diff options
author | Bruno Barbieri <bruno.barbieri@consensys.net> | 2018-07-07 04:29:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 04:29:43 +0800 |
commit | 8d72ae81c97778e4a7e781b3068b41123ce72c47 (patch) | |
tree | 41432c881e1fb75452e3673b773a6362795248ba /.circleci | |
parent | e0719a0358dc3fca11fa920f0f493d1a56a2e0fc (diff) | |
download | tangerine-wallet-browser-8d72ae81c97778e4a7e781b3068b41123ce72c47.tar tangerine-wallet-browser-8d72ae81c97778e4a7e781b3068b41123ce72c47.tar.gz tangerine-wallet-browser-8d72ae81c97778e4a7e781b3068b41123ce72c47.tar.bz2 tangerine-wallet-browser-8d72ae81c97778e4a7e781b3068b41123ce72c47.tar.lz tangerine-wallet-browser-8d72ae81c97778e4a7e781b3068b41123ce72c47.tar.xz tangerine-wallet-browser-8d72ae81c97778e4a7e781b3068b41123ce72c47.tar.zst tangerine-wallet-browser-8d72ae81c97778e4a7e781b3068b41123ce72c47.zip |
tmp commit to force firefox update
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index ce38fca27..0815cc2ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,16 +119,15 @@ jobs: - image: circleci/node:8.11.3-browsers steps: - checkout - - restore_cache: - keys: dependency-cache-firefox + # - restore_cache: + # keys: dependency-cache-firefox- - run: name: Download Firefox If needed command: ./.circleci/scripts/firefox-download.sh - save_cache: - key: dependency-cache-firefox - paths: + key: dependency-cache-firefox-{{ .Revision }} + path: - firefox - - firefox-58.0.tar.bz2 prep-build: docker: @@ -227,14 +226,10 @@ jobs: steps: - checkout - restore_cache: - key: dependency-cache-firefox + key: dependency-cache-firefox- - run: name: Install firefox command: ./.circleci/scripts/firefox-install.sh - - restore_cache: - key: dependency-cache-{{ checksum "package-lock.json" }} - - restore_cache: - key: build-cache-{{ .Revision }} - run: name: test:e2e:firefox command: npm run test:e2e:firefox @@ -264,7 +259,7 @@ jobs: steps: - checkout - restore_cache: - key: dependency-cache-firefox + key: dependency-cache-firefox- - run: name: Install firefox command: ./.circleci/scripts/firefox-install.sh @@ -365,7 +360,7 @@ jobs: steps: - checkout - restore_cache: - key: dependency-cache-firefox + key: dependency-cache-firefox- - run: name: Install firefox command: ./.circleci/scripts/firefox-install.sh @@ -408,7 +403,7 @@ jobs: steps: - checkout - restore_cache: - key: dependency-cache-firefox + key: dependency-cache-firefox- - run: name: Install firefox command: ./.circleci/scripts/firefox-install.sh |