We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ad204 commit 5acf0cfCopy full SHA for 5acf0cf
ci_scripts/ci_post_clone.sh
@@ -1,5 +1,8 @@
1
#!/bin/zsh
2
3
+set -e
4
+
5
+HOMEBREW_NO_AUTO_UPDATE=1 # disable homebrew's automatic updates.
6
echo "Setting up homebrew dependencies..."
7
brew install nshipster/formulae/gyb
8
brew install mono0926/license-plist/license-plist
@@ -22,4 +25,6 @@ echo "export PYENV_ROOT=\"$HOME/.pyenv\"" >> ~/.zshrc
22
25
echo "command -v pyenv >/dev/null || export PATH=\"$PYENV_ROOT/bin:$PATH\"" >> ~/.zshrc
23
26
echo "eval \"$(pyenv init -)\"" >> ~/.zshrc
24
27
echo "export PATH=$(pyenv root)/shims:$PATH" >> ~/.zshrc
-echo "export HOMEBREW_NO_ENV_HINTS=true" >> ~/.zshrc
28
+echo "export HOMEBREW_NO_ENV_HINTS=true" >> ~/.zshrc
29
30
+exit 0
0 commit comments