forked from argoproj/argo-helm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
246a8e3
commit b2757f9
Showing
2 changed files
with
0 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,6 @@ on: | |
permissions: | ||
contents: read | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
publish: | ||
permissions: | ||
|
@@ -34,23 +31,15 @@ jobs: | |
run: | | ||
git config user.name "$GITHUB_ACTOR" | ||
git config user.email "[email protected]" | ||
<<<<<<< HEAD | ||
- name: Package chart | ||
======= | ||
## This is required to consider the old Circle-CI Index and to stay compatible with all the old releases. | ||
- name: Fetch current Chart Index | ||
>>>>>>> argo-events-2.0.9 | ||
run: | | ||
rm -rf .cr-release-packages | ||
mkdir .cr-release-packages | ||
helm package charts/argo-events -u -d .cr-release-packages/ | ||
- name: Run chart-releaser | ||
<<<<<<< HEAD | ||
uses: helm/chart-releaser-action@main | ||
======= | ||
uses: helm/[email protected] | ||
>>>>>>> argo-events-2.0.9 | ||
with: | ||
config: "./.github/configs/cr.yaml" | ||
skip_packaging: true | ||
|