Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
Fix 'make generate-types' (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeknoid authored and istio-testing committed Aug 26, 2019
1 parent add565c commit 0b1770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
export BUILD_WITH_CONTAINER ?= 0

ifeq ($(BUILD_WITH_CONTAINER),1)
IMG = gcr.io/istio-testing/build-tools:2019-08-25T20-37-02
IMG = gcr.io/istio-testing/build-tools:2019-08-26T16-04-46
UID = $(shell id -u)
PWD = $(shell pwd)
GOBIN_SOURCE ?= $(GOPATH)/bin
Expand Down

0 comments on commit 0b1770e

Please sign in to comment.