mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 11:51:07 +07:00
Revert "Add patch to update brew core repo"
This reverts commit dab978c436
.
This commit is contained in:
parent
a357b6a054
commit
9b92c9db92
@ -140,13 +140,6 @@ update_dependencies_helper() {
|
||||
update_dependencies() {
|
||||
if ! [ -e /tmp/update_dependencies ] && [ "${runner:?}" != "self-hosted" ] && [ "${ImageOS:-}" != "" ] && [ "${ImageVersion:-}" != "" ]; then
|
||||
patch_brew
|
||||
|
||||
# Remove this patch when brew is updated on the images.
|
||||
(
|
||||
cd "$tap_dir/homebrew/homebrew-core" || true
|
||||
git add . && git stash && git pull origin master
|
||||
) >/dev/null 2>&1 && return
|
||||
|
||||
while read -r dependency; do
|
||||
update_dependencies_helper "$dependency" &
|
||||
to_wait+=($!)
|
||||
|
Loading…
Reference in New Issue
Block a user