You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/10/25 13:30:22 UTC

[incubator-devlake-helm-chart] 01/01: test3

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

warren pushed a commit to branch fix-6
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git

commit a835d36cfe7fc079c31e44287003f405304bb046
Author: Yingchu Chen <yi...@merico.dev>
AuthorDate: Tue Oct 25 21:29:36 2022 +0800

    test3
---
 .github/workflows/release.yaml | 2 +-
 .gitmodules                    | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ff8e2b9..5b232bf 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -28,7 +28,7 @@ jobs:
       - name: Run chart-releaser
         uses: ./.github/actions/chart-releaser-action
         with:
-          charts_dir: .
+          charts_dir: charts/devlake
         env:
           CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
           CR_SKIP_EXISTING: true
\ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
index 50e426f..272d983 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,6 +5,3 @@
 [submodule ".github/actions/chart-releaser-action"]
 	path = .github/actions/chart-releaser-action
 	url = git@github.com:helm/chart-releaser-action.git
-[submodule ".github/actions/.github/actions/chart-releaser-action"]
-	path = .github/actions/.github/actions/chart-releaser-action
-	url = git@github.com:helm/chart-releaser-action.git