Skip to content

Commit

Permalink
fix(repo): remove outdated caching config from CI (#16796)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored May 9, 2023
1 parent ad841c9 commit c8688a6
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,12 @@ orbs:
browser-tools: circleci/[email protected]

# -------------------------
# DEFAULTS
# EXECUTORS
# -------------------------
machine:
pre:
- mkdir ~/.pnpm-store
- mkdir ~/.cache/Cypress
- mkdir ~/Library/Caches/Homebrew
- mkdir /usr/local/Homebrew

dependencies:
cache_directories:
- ~/.pnpm-store
- ~/.cache/Cypress
- /usr/local/Homebrew
- ~/Library/Caches/Homebrew
override:
- pnpm install
- brew install

defaults: &defaults
working_directory: ~/repo

# -------------------------
# EXECUTORS
# -------------------------
executors:
linux:
<<: *defaults
Expand Down

0 comments on commit c8688a6

Please sign in to comment.