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 a0052d6f0da Fix IT failure issue
a0052d6f0da is described below
commit a0052d6f0da8234fa8360ff298eb8b47c8567d1a
Author: luke.miao <[email protected]>
AuthorDate: Tue Dec 17 14:03:35 2024 +0800
Fix IT failure issue
---
.github/workflows/grafana-plugin.yml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/.github/workflows/grafana-plugin.yml
b/.github/workflows/grafana-plugin.yml
index 42bd20f1910..6915655e5a2 100644
--- a/.github/workflows/grafana-plugin.yml
+++ b/.github/workflows/grafana-plugin.yml
@@ -80,9 +80,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: apache-iotdb-datasource
- path: iotdb-connector/grafana-plugin/apache-iotdb-datasource.zip
-
- - name: Download artifact
- uses: actions/download-artifact@v4
- with:
- name: apache-iotdb-datasource
+ path: iotdb-connector/grafana-plugin/apache-iotdb-datasource.zip
\ No newline at end of file