This is an automated email from the ASF dual-hosted git repository.
miao pushed a commit to branch grafana_plugin
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/grafana_plugin by this push:
new 9c5961a78bc Fixed the issue where the Grafana plugin does not display
data when there is no time value
9c5961a78bc is described below
commit 9c5961a78bc5dbe14743d6d31c07c276dd0d4e36
Author: luke.miao <[email protected]>
AuthorDate: Thu Jul 25 16:55:12 2024 +0800
Fixed the issue where the Grafana plugin does not display data when there
is no time value
---
iotdb-connector/grafana-plugin/backend-compile.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/iotdb-connector/grafana-plugin/backend-compile.sh
b/iotdb-connector/grafana-plugin/backend-compile.sh
index 6674a5bb01a..d0758cdefcd 100755
--- a/iotdb-connector/grafana-plugin/backend-compile.sh
+++ b/iotdb-connector/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' | sed "s/\'//g")
go_path=${check_results/GOPATH=/}
-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
+cd /home/runner/go/pkg/mod/github.com/magefile/[email protected]
+chmod 755 /home/runner/go/pkg/mod/github.com/magefile/*
+go run /home/runner/go/pkg/mod/github.com/magefile/[email protected]/bootstrap.go
cd $work_path
$go_path/bin/mage -v