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:59 UTC

[incubator-devlake-helm-chart] branch gh-pages updated: Delete release.yaml (#37)

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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 163863c  Delete release.yaml (#37)
163863c is described below

commit 163863c0b837b6a28348b91fe991a33991a08bf0
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Wed Oct 26 17:12:53 2022 +0800

    Delete release.yaml (#37)
---
 .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