Skip to content

Commit 22debea

Browse files
committed
fix(.travis.yml): unset DEIS_REGISTRY before building image
1 parent ba66283 commit 22debea

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ sudo: required
1111
install:
1212
- make bootstrap
1313
script:
14-
- make test build docker-build
14+
- DEIS_REGISTRY='' make test build docker-build

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ test:
3636
${DEV_ENV_CMD} go test ${TEST_PACKAGES}
3737

3838
docker-build: build
39-
4039
# build the main image
4140
docker build --rm -t ${IMAGE} rootfs
4241
docker tag ${IMAGE} ${MUTABLE_IMAGE}
4342

44-
4543
deploy: build docker-build docker-push
4644

4745
.PHONY: all bootstrap glideup build test docker-build deploy

0 commit comments

Comments
 (0)