Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4de1e7f3d | |||
| c67919d0a2 | |||
| 62bc6ef79e |
@@ -18,7 +18,8 @@ workflows:
|
||||
|
||||
- docker-build:
|
||||
filters:
|
||||
tags: *filter-allow-all
|
||||
tags: &filter-ignore-all
|
||||
ignore: /.*/
|
||||
branches:
|
||||
ignore:
|
||||
- main
|
||||
|
||||
@@ -37,9 +37,9 @@ git config user.email "${GIT_EMAIL}"
|
||||
git config user.name "${GIT_USERNAME}"
|
||||
git fetch
|
||||
git switch "${HELM_PACKAGE_BRANCH}"
|
||||
if [ "${CIRCLE_BRANCH}" == "${HELM_STABLE_BRANCH}" ]; then
|
||||
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