1 Commits

Author SHA1 Message Date
Iain Sproat d4de1e7f3d Copy the files in the build directory, not the directory (#22) 2022-11-25 10:55:42 +00:00
+1 -1
View File
@@ -39,7 +39,7 @@ git fetch
git switch "${HELM_PACKAGE_BRANCH}"
if [[ -n "${CIRCLE_TAG}" || "${CIRCLE_BRANCH}" == "${HELM_STABLE_BRANCH}" ]]; then
echo "🛻 copying packages to stable directory"
cp -a "${TEMP_PACKAGE_DIR}" stable/
cp -a "${TEMP_PACKAGE_DIR}/." stable/
pushd stable
helm repo index .
popd