Skip to content

Commit

Permalink
Remove build cache on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
nthouliss committed Feb 21, 2024
1 parent f638ccc commit f6f8923
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y dpkg fakeroot rpm
- checkout
- restore_cache:
key: dependency-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "package.json" }}
- install-dependencies
- save_cache:
key: dependency-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "package.json" }}
paths:
- ./node_modules
- get-images
- move-images
- publish-electron-app
Expand Down Expand Up @@ -109,13 +103,7 @@ jobs:
- run:
name: Install Yarn
command: npm install -g yarn
- restore_cache:
key: dependency-cache-win-{{ .Environment.CACHE_VERSION }}-{{ checksum "package.json" }}
- install-dependencies
- save_cache:
key: dependency-cache-win-{{ .Environment.CACHE_VERSION }}-{{ checksum "package.json" }}
paths:
- ./node_modules
- run:
name: Get Images
shell: bash.exe
Expand Down Expand Up @@ -179,13 +167,7 @@ jobs:
name: Install Widevine Python Module
command: python3 -m pip install --upgrade castlabs-evs
- checkout
- restore_cache:
key: dependency-cache-macos-{{ .Environment.CACHE_VERSION }}-{{ checksum "package.json" }}
- install-dependencies
- save_cache:
key: dependency-cache-macos-{{ .Environment.CACHE_VERSION }}-{{ checksum "package.json" }}
paths:
- ./node_modules
- get-images
- move-images
- yarn-make
Expand Down

0 comments on commit f6f8923

Please sign in to comment.