Skip to content

Commit 4cb8b40

Browse files
committed
change charts directory
Signed-off-by: JeffMboya <[email protected]>
1 parent 14b48a1 commit 4cb8b40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run chart-testing (lint)
4747
if: steps.list-changed.outputs.changed == 'true'
4848
run: |
49-
ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/magistrala
49+
ct lint --chart-dirs magistrala
5050
5151
- name: Create kind cluster
5252
if: steps.list-changed.outputs.changed == 'true'
@@ -55,4 +55,4 @@ jobs:
5555
- name: Run chart-testing (install)
5656
if: steps.list-changed.outputs.changed == 'true'
5757
run: |
58-
ct install --target-branch ${{ github.event.repository.default_branch }} --chart-dirs charts/magistrala
58+
ct install --chart-dirs magistrala
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)