Skip to content

Commit 7228009

Browse files
authored
fix: the variable HELM_REPO in makefile is incorrect (#249)
1 parent 2a4ce17 commit 7228009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TOOLEXEC?=-toolexec="skywalking-go-agent"
44
GOPROXY?=https://goproxy.cn,direct
55
HELM_VERSION?=v0.0.2
66
APP_VERSION?=v0.0.13
7-
HELM_REPORT?=docker.io/linuxsuren
7+
HELM_REPO?=docker.io/linuxsuren
88

99
build:
1010
mkdir -p bin
@@ -30,7 +30,7 @@ build-win-embed-ui:
3030
BINARY=atest.exe OS=windows make build-embed-ui
3131
goreleaser:
3232
goreleaser build --rm-dist --snapshot
33-
make clean-embed-ui
33+
make clean-embed-uif
3434
build-image:
3535
${IMG_TOOL} build -t ghcr.io/linuxsuren/api-testing:master . \
3636
--build-arg GOPROXY=${GOPROXY} \

0 commit comments

Comments
 (0)