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

Commit 75fc194

Browse files
committed
Rename Brewfile to Brewfile.netlify
That way we can test this experiment without breaking builds for people that already have Brewfile in their sites. Signed-off-by: David Calavera <david.calavera@gmail.com>
1 parent c588d67 commit 75fc194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run-build-functions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,10 @@ install_dependencies() {
454454
fi
455455

456456
# Homebrew from Brewfile
457-
if [ -f Brewfile ] || [ ! -z "$HOMEBREW_BUNDLE_FILE" ]
457+
if [ -f Brewfile.netlify ] || [ ! -z "$HOMEBREW_BUNDLE_FILE" ]
458458
then
459-
echo "Installing Homebrew dependencies from ${HOMEBREW_BUNDLE_FILE:-Brewfile}"
460-
brew bundle
459+
echo "Installing Homebrew dependencies from ${HOMEBREW_BUNDLE_FILE:-Brewfile.netlify}"
460+
brew bundle --file Brewfile.netlify
461461
fi
462462

463463
# NPM Dependencies

0 commit comments

Comments
 (0)