fix(rules/bootstrap): Format yaml

This commit is contained in:
2025-12-29 13:23:04 +01:00
parent f81a4b2732
commit 957526a6bc
22 changed files with 2142 additions and 2044 deletions
+4 -5
View File
@@ -1,6 +1,6 @@
image:
name: alpine/helm:latest
entrypoint: [ "/bin/bash", "-c" ]
entrypoint: ["/bin/bash", "-c"]
stages:
- release
@@ -8,9 +8,9 @@ stages:
release:
stage: release
rules:
- if: '$CI_COMMIT_BRANCH =~ /^main/'
when: always
- when: never
- if: "$CI_COMMIT_BRANCH =~ /^main/"
when: always
- when: never
script:
- |
cd $CI_PROJECT_DIR
@@ -43,4 +43,3 @@ rebuild:
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"
fi
done