-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #195 from niladrih/fix-ci
ci: remove caching for openebs-ndm dependency Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
11 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 |
---|---|---|
|
@@ -6,6 +6,7 @@ on: | |
- 'deploy/helm/**' | ||
branches: | ||
- develop | ||
workflow_dispatch: | ||
|
||
jobs: | ||
release: | ||
|
@@ -22,13 +23,9 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.12.1 | ||
|
||
- name: Add dependency chart repos | ||
run: | | ||
helm repo add openebs-ndm https://openebs.github.io/node-disk-manager | ||
version: v3.14.3 | ||
|
||
- name: Run chart-releaser | ||
uses: helm/[email protected] | ||
|