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

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


The following commit(s) were added to refs/heads/master by this push:
     new 62097ca  chore: Updated the github-action config for the grafana 
plugin to the new directory name.
62097ca is described below

commit 62097ca2e09a4b01f9dc2284eb3c7b760bf4c6f9
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Apr 15 13:29:23 2024 +0200

    chore: Updated the github-action config for the grafana plugin to the new 
directory name.
---
 .github/workflows/grafana-plugin.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/grafana-plugin.yml 
b/.github/workflows/grafana-plugin.yml
index b844d48..d1ddf79 100644
--- a/.github/workflows/grafana-plugin.yml
+++ b/.github/workflows/grafana-plugin.yml
@@ -6,13 +6,13 @@ on:
       - master
       - "new_*"
     paths:
-      - 'iotdb-connector/grafana-plugin/**'
+      - 'connectors/grafana-plugin/**'
   pull_request:
     branches:
       - master
       - "new_*"
     paths:
-      - 'iotdb-connector/grafana-plugin/**'
+      - 'connectors/grafana-plugin/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
@@ -58,11 +58,11 @@ jobs:
 
       - name: Install dependencies and Build and test frontend
         run: |
-          cd iotdb-connector/grafana-plugin/
+          cd connectors/grafana-plugin/
           yarn install --frozen-lockfile
           yarn build
 
       - name: Install dependencies and Build backend
         run: |
-          cd iotdb-connector/grafana-plugin/
+          cd connectors/grafana-plugin/
           ./backend-compile.sh

Reply via email to