Skip to content

Commit

Permalink
revert Makefile change so prow works
Browse files Browse the repository at this point in the history
  • Loading branch information
estroz committed Mar 18, 2019
1 parent 79c8e14 commit ae8cbd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ else
$(Q)go mod vendor
endif

mod-update:
# TODO: change to mod-update once prow CI command has changed.
dep-update:
$(Q)go get -u -v

clean:
$(Q)rm -rf build

.PHONY: all test format mod clean
.PHONY: all test format mod dep-update clean

install:
$(Q)go install -gcflags "all=-trimpath=${GOPATH}" -asmflags "all=-trimpath=${GOPATH}" $(BUILD_PATH)
Expand Down

0 comments on commit ae8cbd9

Please sign in to comment.