mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Tweaking build
This commit is contained in:
2
Makefile
2
Makefile
@@ -197,7 +197,7 @@ travis-init:
|
||||
build-container:
|
||||
@echo Building in container
|
||||
|
||||
docker run -e TRAVIS_BUILD_NUMBER=$(TRAVIS_BUILD_NUMBER) --link mattermost-mysql:mysql --link mattermost-postgres:postgres -v `pwd`:/go/src/github.com/mattermost/platform mattermost/builder:latest
|
||||
cd .. && docker run -e TRAVIS_BUILD_NUMBER=$(TRAVIS_BUILD_NUMBER) --link mattermost-mysql:mysql --link mattermost-postgres:postgres -v `pwd`:/go/src/github.com/mattermost mattermost/builder:latest
|
||||
|
||||
stop-docker:
|
||||
@echo Stopping docker containers
|
||||
|
||||
Reference in New Issue
Block a user