Skip to content

Commit

Permalink
Fixing build script for Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Dids committed Sep 25, 2018
1 parent afdab57 commit 46dd116
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ OUTPUT=${2:-clobber}
# Make sure Packr is installed
go get -u github.com/gobuffalo/packr/...

## TODO: Remove these
echo "pwd: $(pwd)"
echo "ls: $(ls)"
echo "GOPATH: $GOPATH"
echo "ls GOPATH: $(ls $GOPATH)"
# Prepare the Packr build command (this is a workaround for Homebrew)
BUILD_CMD="go run $GOPATH/src/github.com/gobuffalo/packr/packr/main.go"

# Build the application
Expand Down

0 comments on commit 46dd116

Please sign in to comment.