This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
draft pack-repo update
fails with local pack repositories
#941
Labels
How to reproduce:
cd /tmp mkdir -p local-pack-repo/packs/my-local-pack helm create local-pack-repo/packs/my-local-pack/charts draft pack-repo add local-pack-repo/ draft pack-repo update
We get the error message:
Cleaning up:
Additional notes: I thought that the pack repo had to be a git repo, so I tried various hacks to make it a git repo with a local remote; but nothing worked (it looks like Draft tries to make up a git repo URL from its path, fails, and reports the error anyway).
The text was updated successfully, but these errors were encountered: