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/26 09:12:46 UTC

[incubator-devlake-helm-chart] branch warren830-patch-2 created (now 930a2e3)

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

warren pushed a change to branch warren830-patch-2
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


      at 930a2e3  Delete release.yaml

This branch includes the following new commits:

     new 930a2e3  Delete release.yaml

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.



[incubator-devlake-helm-chart] 01/01: Delete release.yaml

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

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

commit 930a2e39c41d6ed1e42a1826125c05eb2d3194ca
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Wed Oct 26 17:12:42 2022 +0800

    Delete release.yaml
---
 .github/workflows/release.yaml | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
deleted file mode 100644
index 31a73c0..0000000
--- a/.github/workflows/release.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-name: Release Charts
-
-on:
-  push:
-    branches:
-      - main
-
-jobs:
-  release:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v2
-        with:
-          submodules: recursive
-          fetch-depth: 0
-
-      - name: Configure Git
-        run: |
-          git config user.name "$GITHUB_ACTOR"
-          git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
-
-      - name: Install Helm
-        run: |
-          echo "installing helm 3..."
-          curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
-
-      - name: Run chart-releaser
-        uses: ./.github/actions/chart-releaser-action
-        with:
-          charts_dir: charts
-        env:
-          CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
-          CR_SKIP_EXISTING: false