change: 取消helm chart流水线的构建条件判断

pull/1337/head
zhangxinhui02 2025-10-31 12:05:40 +08:00
parent 433c4044b2
commit f460046608
No known key found for this signature in database
GPG Key ID: 22C23383864A313F
1 changed files with 9 additions and 9 deletions

View File

@ -49,9 +49,9 @@ build-core:
build-adapter-cm-generator:
stage: build
image: reg.mikumikumi.xyz/base/kaniko-builder:latest
rules:
- changes:
- helm-chart/adapter-cm-generator/**
# rules:
# - changes:
# - helm-chart/adapter-cm-generator/**
script:
- export BUILD_CONTEXT=helm-chart/adapter-cm-generator
- export TMP_DST=reg.mikumikumi.xyz/maibot/adapter-cm-generator
@ -64,12 +64,12 @@ build-adapter-cm-generator:
package-helm-chart:
stage: package
image: reg.mikumikumi.xyz/mirror/helm:latest
rules:
- changes:
- helm-chart/files/**
- helm-chart/templates/**
- helm-chart/Chart.yaml
- helm-chart/values.yaml
# rules:
# - changes:
# - helm-chart/files/**
# - helm-chart/templates/**
# - helm-chart/Chart.yaml
# - helm-chart/values.yaml
script:
- export CHART_VERSION=$(cat helm-chart/Chart.yaml | grep '^version:' | cut -d' ' -f2)
- helm registry login reg.mikumikumi.xyz --username ${CI_REGISTRY_USER} --password ${CI_REGISTRY_PASSWORD}