devops: updated gitlab ci configuration to generate and push kubernetes manifests without triggering ci pipelines.

This commit is contained in:
Rebecca Valente 2025-07-08 12:31:05 -03:00
parent 6dd9c27813
commit 11bba77184

View File

@ -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