Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
refactor: use separate mkdir call for Rust cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Aug 3, 2021
1 parent 97501ee commit 4ccc5c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ mkdir -p $NETLIFY_CACHE_DIR/.bundle
mkdir -p $NETLIFY_CACHE_DIR/bower_components
mkdir -p $NETLIFY_CACHE_DIR/.venv
mkdir -p $NETLIFY_CACHE_DIR/.build

# If you remove this line, please ensure that $NETLIFY_CACHE_DIR/.netlify is
# still created, as it is used by the Rust functions cache.
# .netlify/ needs to exist because we may try to copy the Rust functions cache
# to .netlify/rust-functions-cache
mkdir -p $NETLIFY_CACHE_DIR/.netlify
mkdir -p $NETLIFY_CACHE_DIR/.netlify/plugins

# HOME caches
Expand Down

0 comments on commit 4ccc5c3

Please sign in to comment.