diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 12b1a81..0eec8c1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: - name: Fetch Dependencies run: | - cd helm && \ + cd ${CHART_DIR} && \ helm repo add hull https://vidispine.github.io/hull && \ helm dep build