From 11bba77184584a6259d90c6616ac0fa1cc4f4c0d Mon Sep 17 00:00:00 2001 From: Rebecca Valente Date: Tue, 8 Jul 2025 12:31:05 -0300 Subject: [PATCH] devops: updated gitlab ci configuration to generate and push kubernetes manifests without triggering ci pipelines. --- ...lm-chart-generate-and-push-to-local-repository.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f1f1ca6..78fb939 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 @@ -32,7 +32,7 @@ Generate and Push Kubernetes Manifests: xargs -I## git remote add remote_origin "https://oauth2:${COMMIT_TOKEN}@##.git" - git add --all - git commit -m "[${ENVIRONMENT}] manifests updated, [ci skip]" - - git push -o ci.skip + - git push -o ci.skip remote_origin HEAD:${CI_COMMIT_REF_NAME} only: - main - staging