summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-12-03 14:56:45 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-12-03 14:56:45 -0500
commitb69cc7a94a9fb69dda259b2286eeefc3d6a2ec95 (patch)
treea96888db73b115e8e546ceb66bed926b4c68e64a
parent3e455959c62a094911d7b435d46627f8c37a3394 (diff)
parent6bc67463ced79819f3d17b72d9317ef710d0e51d (diff)
downloadchat-b69cc7a94a9fb69dda259b2286eeefc3d6a2ec95.tar.gz
chat-b69cc7a94a9fb69dda259b2286eeefc3d6a2ec95.tar.bz2
chat-b69cc7a94a9fb69dda259b2286eeefc3d6a2ec95.zip
Merge pull request #1602 from mattermost/fix-build-number
Fixing issue where build number isn't set causing caching issues
-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