mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#6839)
This commit is contained in:
parent
d6e6e65271
commit
c3b11dfcee
3
Makefile
3
Makefile
|
@ -56,6 +56,9 @@ else
|
|||
$(shell mkdir -p out)
|
||||
$(shell $(shell pwd)/common/scripts/setup_env.sh envfile > out/.env)
|
||||
include out/.env
|
||||
# An export free of arugments in a Makefile places all variables in the Makefile into the
|
||||
# environment. This behavior may be surprising to many that use shell often, which simply
|
||||
# displays the existing environment
|
||||
export
|
||||
|
||||
export GOBIN ?= $(GOPATH)/bin
|
||||
|
|
|
@ -1 +1 @@
|
|||
4847adb64dd63db27b2ea0dad35054aca5c5c52f
|
||||
a64de6ec278dd5cc60e1d57ce53fd767071e38db
|
||||
|
|
Loading…
Reference in New Issue