summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-03 11:35:19 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-03 11:35:19 -0800
commit6bc67463ced79819f3d17b72d9317ef710d0e51d (patch)
treeeb88154a96db29423244961507a60ae5cc373410 /Makefile
parenta598427d6cb5b97f963fb717845e40d65064f1ae (diff)
downloadchat-6bc67463ced79819f3d17b72d9317ef710d0e51d.tar.gz
chat-6bc67463ced79819f3d17b72d9317ef710d0e51d.tar.bz2
chat-6bc67463ced79819f3d17b72d9317ef710d0e51d.zip
Fixing issue where build number isn't set causing caching issues
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 098422052..3d08909ad 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ travis-init:
build-container:
@echo Building in container
- docker run --link mattermost-mysql:mysql --link mattermost-postgres:postgres -v `pwd`:/go/src/github.com/mattermost/platform mattermost/builder:latest
+ 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
stop-docker:
@echo Stopping docker containers