Skip to content

Commit 5acf0cf

Browse files
Updated post_clone_script
1 parent a9ad204 commit 5acf0cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ci_scripts/ci_post_clone.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/zsh
22

3+
set -e
4+
5+
HOMEBREW_NO_AUTO_UPDATE=1 # disable homebrew's automatic updates.
36
echo "Setting up homebrew dependencies..."
47
brew install nshipster/formulae/gyb
58
brew install mono0926/license-plist/license-plist
@@ -22,4 +25,6 @@ echo "export PYENV_ROOT=\"$HOME/.pyenv\"" >> ~/.zshrc
2225
echo "command -v pyenv >/dev/null || export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> ~/.zshrc
2326
echo "eval \"$(pyenv init -)\"" >> ~/.zshrc
2427
echo "export PATH=$(pyenv root)/shims:$PATH" >> ~/.zshrc
25-
echo "export HOMEBREW_NO_ENV_HINTS=true" >> ~/.zshrc
28+
echo "export HOMEBREW_NO_ENV_HINTS=true" >> ~/.zshrc
29+
30+
exit 0

0 commit comments

Comments
 (0)