You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/12/17 08:45:21 UTC

[iotdb] branch HTHou-patch-1 created (now 4beb8957e6)

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

haonan pushed a change to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 4beb8957e6 Fix grafana plugin CI

This branch includes the following new commits:

     new 4beb8957e6 Fix grafana plugin CI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: Fix grafana plugin CI

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 4beb8957e6e7a757c4f4f9731d9c8e9ac9c14844
Author: Haonan <hh...@outlook.com>
AuthorDate: Sat Dec 17 16:45:16 2022 +0800

    Fix grafana plugin CI
---
 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/mage@v1.13.0
+cd $go_path/pkg/mod/github.com/magefile/mage@v1.14.0
 chmod 755 $go_path/pkg/mod/github.com/magefile/*
-go run $go_path/pkg/mod/github.com/magefile/mage@v1.13.0/bootstrap.go
+go run $go_path/pkg/mod/github.com/magefile/mage@v1.14.0/bootstrap.go
 cd $work_path
 $go_path/bin/mage -v