Skip to content

Commit

Permalink
Typo: we actually use BUILD_PROGRESS rather than `DOCKER_BUILD_PROG…
Browse files Browse the repository at this point in the history
…RESS`.

Resolves #499.

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Jul 8, 2021
1 parent af373da commit bb9d192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif
VERSION ?= latest
PROFILE ?= release

DOCKER_BUILD_PROGRESS = auto
BUILD_PROGRESS = auto

submodule:
cd ../ && git submodule update --init
Expand Down

0 comments on commit bb9d192

Please sign in to comment.