Tweaking build

This commit is contained in:
Christopher Speller
2016-01-26 10:09:26 -05:00
parent 2b1b1e28e1
commit 163bab98b5

View File

@@ -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