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

Commit

Permalink
Set custom file as default env variable.
Browse files Browse the repository at this point in the history
Signed-off-by: David Calavera <david.calavera@gmail.com>
  • Loading branch information
calavera committed Sep 28, 2020
1 parent 671af05 commit a67ca32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions run-build-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,9 @@ install_dependencies() {
# Homebrew from Brewfile
if [ -f Brewfile.netlify ] || [ ! -z "$HOMEBREW_BUNDLE_FILE" ]
then
echo "Installing Homebrew dependencies from ${HOMEBREW_BUNDLE_FILE:-Brewfile.netlify}"
brew bundle --file Brewfile.netlify
: ${HOMEBREW_BUNDLE_FILE:="Brewfile.netlify"}
echo "Installing Homebrew dependencies from ${HOMEBREW_BUNDLE_FILE}"
brew bundle
fi

# NPM Dependencies
Expand Down

0 comments on commit a67ca32

Please sign in to comment.