Skip to content

Commit 05dc3d2

Browse files
author
Seth Goings
committed
fix(Makefile): remove extra slashes
1 parent aa4c68b commit 05dc3d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- docker
1010
env:
1111
# HACK(bacongobbler): make travis tests work
12-
- DEIS_REGISTRY=travis-ci
12+
- DEIS_REGISTRY=travis-ci/
1313
install:
1414
- make docker-build
1515
script:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ VERSION ?= git-$(shell git rev-parse --short HEAD)
1111
# Legacy support for DEV_REGISTRY, plus new support for DEIS_REGISTRY.
1212
DEIS_REGISTRY ?= ${DEV_REGISTRY}
1313

14-
IMAGE_PREFIX ?= deis/
14+
IMAGE_PREFIX ?= deis
1515

1616
# Kubernetes-specific information for RC, Service, and Image.
1717
RC := contrib/kubernetes/manifests/${SHORT_NAME}-rc.tmp.yaml

0 commit comments

Comments
 (0)