Copy the files in the build directory, not the directory (#22)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user