File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Set up Artifact Hub
3737 run : |
38- curl --fail --location https://github.com/artifacthub/hub/releases/download/v1.19 .0/ah_1.19 .0_linux_amd64.tar.gz --output /tmp/ah.tar.gz
39- echo "0e430493521ce387ca04d79b26646a86f92886dbcceb44985bb71082a9530ca5 /tmp/ah.tar.gz" | shasum --check
38+ curl --fail --location https://github.com/artifacthub/hub/releases/download/v1.20 .0/ah_1.20 .0_linux_amd64.tar.gz --output /tmp/ah.tar.gz
39+ echo "9027626f19ff9f3ac668f222917130ac885e289e922e1428bfd2e7f066324e31 /tmp/ah.tar.gz" | shasum --check
4040 sudo tar --extract --file /tmp/ah.tar.gz --directory /usr/local/bin ah
4141
4242 - name : Set up Git
Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ jobs:
230230
231231 - name : Set up Artifact Hub
232232 run : |
233- curl --fail --location https://github.com/artifacthub/hub/releases/download/v1.19 .0/ah_1.19 .0_linux_amd64.tar.gz --output /tmp/ah.tar.gz
234- echo "0e430493521ce387ca04d79b26646a86f92886dbcceb44985bb71082a9530ca5 /tmp/ah.tar.gz" | shasum --check
233+ curl --fail --location https://github.com/artifacthub/hub/releases/download/v1.20 .0/ah_1.20 .0_linux_amd64.tar.gz --output /tmp/ah.tar.gz
234+ echo "9027626f19ff9f3ac668f222917130ac885e289e922e1428bfd2e7f066324e31 /tmp/ah.tar.gz" | shasum --check
235235 sudo tar --extract --file /tmp/ah.tar.gz --directory /usr/local/bin ah
236236
237237 - name : Set up Helm Docs
You can’t perform that action at this time.
0 commit comments