Copy the files in the build directory, not the directory (#22)

This commit is contained in:
Iain Sproat
2022-11-25 10:55:42 +00:00
committed by GitHub
parent c67919d0a2
commit d4de1e7f3d
+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