Skip to content

Commit

Permalink
Merge pull request #305 from mboersma/update-ginkgo-gomega
Browse files Browse the repository at this point in the history
chore(glide.lock): update ginkgo, gomega, controller-sdk-go
  • Loading branch information
mboersma authored Aug 26, 2016
2 parents 4c56cbd + 88ad38f commit 2762641
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export GO15VENDOREXPERIMENT=1

SHORT_NAME := workflow-e2e

SRC_PATH := /go/src/github.com/deis/workflow-e2e
Expand Down Expand Up @@ -32,7 +30,7 @@ IMAGE_PREFIX ?= deis
IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
MUTABLE_IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}

DEV_IMG := quay.io/deis/go-dev:0.14.0
DEV_IMG := quay.io/deis/go-dev:0.17.0
DEV_CMD_ARGS := --rm -v ${CURDIR}:${SRC_PATH} -w ${SRC_PATH} ${DEV_IMG}
DEV_CMD := docker run ${DEV_CMD_ARGS}
DEV_CMD_INT := docker run -it ${DEV_CMD_ARGS}
Expand Down
39 changes: 19 additions & 20 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2762641

Please sign in to comment.