1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

dont clear cache

This commit is contained in:
Kyle Spearrin
2019-03-22 22:23:50 -04:00
parent 8a836fbe98
commit e9beb0bcae
2 changed files with 5 additions and 5 deletions

View File

@@ -101,13 +101,13 @@ for:
only: only:
- image: Visual Studio 2017 - image: Visual Studio 2017
cache: cache:
- '%LOCALAPPDATA%\electron -> appveyor.yml' - '%LOCALAPPDATA%\electron'
- '%LOCALAPPDATA%\electron-builder -> appveyor.yml' - '%LOCALAPPDATA%\electron-builder'
- -
matrix: matrix:
only: only:
- image: Ubuntu1804 - image: Ubuntu1804
cache: cache:
- '/home/appveyor/.cache/electron -> appveyor.yml' - '/home/appveyor/.cache/electron'
- '/home/appveyor/.cache/electron-builder -> appveyor.yml' - '/home/appveyor/.cache/electron-builder'

2
jslib

Submodule jslib updated: aebd1b57fc...593870e936