We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f04c6 commit 48cd872Copy full SHA for 48cd872
2 files changed
.travis.yml
@@ -7,6 +7,8 @@ branches:
7
services:
8
- postgresql
9
- docker
10
+env:
11
+ - DOCKER_BUILD_FLAGS="--pull --no-cache"
12
sudo: required
13
addons:
14
postgresql: "9.4"
versioning.mk
@@ -1,6 +1,5 @@
1
MUTABLE_VERSION ?= canary
2
VERSION ?= git-$(shell git rev-parse --short HEAD)
3
-DOCKER_BUILD_FLAGS ?= --no-cache
4
5
IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
6
MUTABLE_IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}
0 commit comments