diff --git a/jobs/helm-chart-generate-and-push-to-local-repository.gitlab-ci.yml b/jobs/helm-chart-generate-and-push-to-local-repository.gitlab-ci.yml index f6a8135..320595d 100644 --- a/jobs/helm-chart-generate-and-push-to-local-repository.gitlab-ci.yml +++ b/jobs/helm-chart-generate-and-push-to-local-repository.gitlab-ci.yml @@ -20,7 +20,7 @@ Generate and Push Kubernetes Manifests: --output-dir /tmp/manifests - mv /tmp/manifests/${HELM_CHART_NAME}/templates/*.yaml .k8s/${ENVIRONMENT}/manifests/ - rm -rf /tmp/manifests/${HELM_CHART_NAME} - - git add .k8s/${ENVIRONMENT}/manifests + - git add --all - git commit -m "[${ENVIRONMENT}] manifests updated, [ci skip]" - git push -o ci.skip only: