Skip to content

Commit c00cfe8

Browse files
author
Aaron Schlesinger
committed
fix(Makefile,.travis.yml): switch back to use DEV_REGISTRY
and specify it in the travis file
1 parent ca94ea2 commit c00cfe8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ branches:
55
cache:
66
directories:
77
- vendor
8+
env:
9+
DEV_REGISTRY=quay.io
810
services:
911
- docker
1012
sudo: required

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ IMAGE_PREFIX ?= deis
2020
# Docker Root FS
2121
BINDIR := ./rootfs
2222

23-
DEIS_REGISTRY ?= quay.io/
23+
DEIS_REGISTRY ?= ${DEV_REGISTRY}/
2424

2525
# Kubernetes-specific information for RC, Service, and Image.
2626
RC := manifests/deis-${SHORT_NAME}-rc.yaml

0 commit comments

Comments
 (0)