Skip to content

Commit

Permalink
fix: e2e test INIT_ENV argument
Browse files Browse the repository at this point in the history
  • Loading branch information
linghan-hub committed Sep 1, 2023
1 parent 16b0b24 commit b7ac16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GOPATH ?= $(shell $(GO) env GOPATH)
GINKGO_VERSION = 2.9.1
GINKGO = $(GOPATH)/bin/ginkgo
HELM_VERSION ?= v3.9.0

INIT_ENV ?= false
# The help target prints out all targets with their descriptions organized
# beneath their categories. The categories are represented by '##@' and the
# target descriptions by '##'. The awk commands is responsible for reading the
Expand Down

0 comments on commit b7ac16d

Please sign in to comment.