Skip to content
Snippets Groups Projects
Commit c67c426c authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #2382 from MikeMcQuaid/tap-new-fix-link

cd tap-new: fix symlink creation.
parents 17cc40f1 5fc4cabd
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ module Homebrew
- git -C "$HOMEBREW_REPOSITORY" reset --hard origin/master
- brew update || brew update
- HOMEBREW_TAP_DIR="$(brew --repo "$TRAVIS_REPO_SLUG")"
- mkdir -p "$HOMEBREW_TAP_DIR"
- rm -rf "$HOMEBREW_TAP_DIR"
- ln -s "$PWD" "$HOMEBREW_TAP_DIR"
- export HOMEBREW_DEVELOPER="1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment