Skip to content

Commit

Permalink
Remove brew handling of cli, add out/cf to path
Browse files Browse the repository at this point in the history
Co-authored-by: Jenna Goldstrich <[email protected]>
Co-authored-by: Michael Oleske <[email protected]>
  • Loading branch information
Jenna Goldstrich and moleske committed Nov 2, 2021
1 parent bba84bf commit d57753a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Brewfile-core
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ brew 'kubernetes-cli'

# CloudFoundry binaries
brew 'bbr'
brew 'cloudfoundry/tap/cf-cli@7', link: true, overwrite: true
brew 'cloudfoundry/tap/bbl'
brew 'cloudfoundry/tap/bosh-cli'
brew 'cloudfoundry/tap/credhub-cli'
Expand Down
3 changes: 3 additions & 0 deletions lib/environment-variables.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export PATH=$PATH:$GOPATH/bin
# Add capi-workspace/scripts to PATH
export PATH="$PATH:$HOME/workspace/capi-workspace/bin"


# Add CLI out directory to PATH
export PATH="$PATH:$HOME/go/src/code.cloudfoundry.org/cli/out"
# Add brew-installed python to the path.
# Must go at the beginning so that it's prioritized over the system installation.
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Expand Down

0 comments on commit d57753a

Please sign in to comment.