Skip to content

Commit

Permalink
Set explicit SHELL for makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b committed Feb 14, 2021
1 parent 74f19ac commit cdc0eee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
SHELL := env PATH=$(PATH) /bin/bash
CF_DIAL_TIMEOUT ?= 15
NODES ?= 10
PACKAGES ?= api actor command types util version integration/helpers
Expand Down Expand Up @@ -26,7 +27,7 @@ ginkgo_int = ginkgo $(GINKGO_INT_FLAGS)

GINKGO_UNITS_FLAGS=$(GINKGO_FLAGS) -randomizeSuites -p
ginkgo_units = ginkgo $(GINKGO_UNITS_FLAGS)
export GOFLAGS := -mod=vendor
GOFLAGS := -mod=vendor

all: lint test build

Expand Down

0 comments on commit cdc0eee

Please sign in to comment.