Merge pull request #2382 from MikeMcQuaid/tap-new-fix-link
cd tap-new: fix symlink creation.
This commit is contained in:
commit
c67c426c31
@ -60,6 +60,7 @@ module Homebrew
|
|||||||
- git -C "$HOMEBREW_REPOSITORY" reset --hard origin/master
|
- git -C "$HOMEBREW_REPOSITORY" reset --hard origin/master
|
||||||
- brew update || brew update
|
- brew update || brew update
|
||||||
- HOMEBREW_TAP_DIR="$(brew --repo "$TRAVIS_REPO_SLUG")"
|
- HOMEBREW_TAP_DIR="$(brew --repo "$TRAVIS_REPO_SLUG")"
|
||||||
|
- mkdir -p "$HOMEBREW_TAP_DIR"
|
||||||
- rm -rf "$HOMEBREW_TAP_DIR"
|
- rm -rf "$HOMEBREW_TAP_DIR"
|
||||||
- ln -s "$PWD" "$HOMEBREW_TAP_DIR"
|
- ln -s "$PWD" "$HOMEBREW_TAP_DIR"
|
||||||
- export HOMEBREW_DEVELOPER="1"
|
- export HOMEBREW_DEVELOPER="1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user