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 8fd1e54e635 Fixed the issue where the Grafana plugin does not display
data when there is no time value
8fd1e54e635 is described below
commit 8fd1e54e635a770e94eadcd3c288409cdcea3f36
Author: luke.miao <[email protected]>
AuthorDate: Thu Jul 25 19:24:09 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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iotdb-connector/grafana-plugin/backend-compile.sh
b/iotdb-connector/grafana-plugin/backend-compile.sh
index d0758cdefcd..54d312a8581 100755
--- a/iotdb-connector/grafana-plugin/backend-compile.sh
+++ b/iotdb-connector/grafana-plugin/backend-compile.sh
@@ -32,4 +32,4 @@ 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
+/home/runner/go/bin/mage -v