Fetch all charts history when updating catalog

This commit is contained in:
M. Rehan
2023-02-28 23:06:58 +05:00
parent 76ffe07ebf
commit 716de70c93

View File

@@ -14,7 +14,9 @@ jobs:
image: ixsystems/catalog_validation:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Update catalog details
run: |
/bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_update update --path $PWD"