From 406f3c410aab1f282000f7aa0f3603a17815007d Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Tue, 9 Feb 2021 00:07:38 +0530 Subject: [PATCH] Revert "Update brew for all PHP versions until updated on images" This reverts commit 2ea6ca5b36a9908f43aa30e2c2a206e0d86e3549. --- src/scripts/darwin.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scripts/darwin.sh b/src/scripts/darwin.sh index 7fd28f07..a60c0161 100644 --- a/src/scripts/darwin.sh +++ b/src/scripts/darwin.sh @@ -120,8 +120,6 @@ update_dependencies() { done <"$tap_dir/shivammathur/homebrew-php/.github/deps/${ImageOS:?}_${ImageVersion:?}" wait "${to_wait[@]}" fi - # Remove once commit with bottle syntax breaking change is in images - git -C "$brew_repo" pull origin master } # Function to setup PHP 5.6 and newer using Homebrew.