Reverted accidental change to the Makefile that occurred while rebasing hmhealey/mm1494 branch
Этот коммит содержится в:
2
Makefile
2
Makefile
@@ -43,7 +43,7 @@ build:
|
|||||||
install:
|
install:
|
||||||
@go get $(GOFLAGS) github.com/tools/godep
|
@go get $(GOFLAGS) github.com/tools/godep
|
||||||
|
|
||||||
@if [ $(shell docker ps | grep -ci mattermost-mysql) -eq 0 ]; then \
|
@if [ $(shell docker ps -a | grep -ci mattermost-mysql) -eq 0 ]; then \
|
||||||
echo starting mattermost-mysql; \
|
echo starting mattermost-mysql; \
|
||||||
docker run --name mattermost-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=mostest \
|
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; \
|
-e MYSQL_USER=mmuser -e MYSQL_PASSWORD=mostest -e MYSQL_DATABASE=mattermost_test -d mysql > /dev/null; \
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user