From 6bc67463ced79819f3d17b72d9317ef710d0e51d Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 3 Dec 2015 11:35:19 -0800 Subject: [PATCH] Fixing issue where build number isn't set causing caching issues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0984220521..3d08909ad5 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