mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #139 from hmhealey/makefilegodeps
Change Makefile to look for godep in GOPATH instead of using a relative path
This commit is contained in:
2
Makefile
2
Makefile
@@ -43,7 +43,7 @@ install:
|
||||
|
||||
@if [ $(shell docker ps | grep -ci mattermost-mysql) -eq 0 ]; then \
|
||||
echo restoring go libs using godep; \
|
||||
../../../../bin/godep restore; \
|
||||
$(GOPATH)/bin/godep restore; \
|
||||
echo starting mattermost-mysql; \
|
||||
docker run --name mattermost-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=mostest \
|
||||
-e MYSQL_USER=mmuser -e MYSQL_PASSWORD=mostest -e MYSQL_DATABASE=mattermost_test -d mysql > /dev/null; \
|
||||
|
||||
Reference in New Issue
Block a user