Skip to content

Commit da0846e

Browse files
authored
Fix ct lint (opea-project#611)
Add milvus repo to fix the helm dep build issue. Signed-off-by: Dolpher Du <dolpher.du@intel.com>
1 parent 9714cde commit da0846e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-chart-validate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
if: steps.list-changed.outputs.changed == 'true'
5454
run: |
5555
helm-charts/update_dependency.sh
56+
helm repo add milvus https://zilliztech.github.io/milvus-helm
5657
ct lint --check-version-increment=false --validate-maintainers=false --chart-dirs ${{ env.CHARTS_DIRS }} --target-branch ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)