This is an automated email from the ASF dual-hosted git repository.

caogaofei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 939630c227 Fix grafana plugin CI (#8497)
939630c227 is described below

commit 939630c2277a20808dbf393a6eb9cffa0fe96e00
Author: Haonan <[email protected]>
AuthorDate: Sat Dec 17 17:08:26 2022 +0800

    Fix grafana plugin CI (#8497)
---
 grafana-plugin/backend-compile.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grafana-plugin/backend-compile.sh 
b/grafana-plugin/backend-compile.sh
index f157e63080..51bfceda93 100755
--- a/grafana-plugin/backend-compile.sh
+++ b/grafana-plugin/backend-compile.sh
@@ -28,8 +28,8 @@ go get -u github.com/grafana/grafana-plugin-sdk-go
 go mod tidy
 check_results=$(go env | grep GOPATH= | sed 's/\"//g')
 go_path=${check_results/GOPATH=/}
-cd $go_path/pkg/mod/github.com/magefile/[email protected]
+cd $go_path/pkg/mod/github.com/magefile/[email protected]
 chmod 755 $go_path/pkg/mod/github.com/magefile/*
-go run $go_path/pkg/mod/github.com/magefile/[email protected]/bootstrap.go
+go run $go_path/pkg/mod/github.com/magefile/[email protected]/bootstrap.go
 cd $work_path
 $go_path/bin/mage -v

Reply via email to