Skip to content

Commit 70eac13

Browse files
committed
chore: use echo
1 parent 3caab66 commit 70eac13

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

ci/kokoro/macos/build.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@ echo "== EXECUTING SCRIPT FROM 'preview-kokoro-fix' BRANCH =="
2222
echo "================================================================"
2323

2424
# ===== START HOMEBREW FIXES =====
25-
io::log_h2 "Attempting to fix Homebrew environment"
25+
echo "== Attempting to fix Homebrew environment"
2626

2727
# Check initial state
28-
io::log_h2 "DEBUG: Brew version before any fixes"
28+
echo "== DEBUG: Brew version before any fixes"
2929
brew --version || echo "brew version failed"
30-
io::log_h2 "DEBUG: Brew doctor before any fixes"
30+
echo "== DEBUG: Brew doctor before any fixes"
3131
brew doctor || echo "brew doctor failed"
3232

3333
# Fix the git origin for Homebrew itself
34-
io::log_h2 "DEBUG: Setting Homebrew git origin"
34+
echo "== DEBUG: Setting Homebrew git origin"
3535
git -C "/usr/local/Homebrew" remote set-url origin https://github.com/Homebrew/brew || echo "Failed to set Homebrew origin, continuing..."
3636

3737
# Forcefully reset Homebrew to clean up any corruption
38-
io::log_h2 "DEBUG: Running brew update-reset"
38+
echo "== DEBUG: Running brew update-reset"
3939
brew update-reset
4040

4141
# Check state after reset
42-
io::log_h2 "DEBUG: Brew version after update-reset"
42+
echo "== DEBUG: Brew version after update-reset"
4343
brew --version || echo "brew version failed"
44-
io::log_h2 "DEBUG: Brew doctor after update-reset"
44+
echo "== DEBUG: Brew doctor after update-reset"
4545
brew doctor || echo "brew doctor failed"
4646

47-
io::log_h2 "DEBUG: Homebrew environment fixes complete"
47+
echo "== DEBUG: Homebrew environment fixes complete"
4848
# ===== END HOMEBREW FIXES =====
4949

5050
source "$(dirname "$0")/../../lib/init.sh"

0 commit comments

Comments
 (0)