devops: updated gitlab ci configuration to generate and push kubernetes manifests without triggering ci pipelines.
This commit is contained in:
parent
6dd9c27813
commit
11bba77184
@ -32,7 +32,7 @@ Generate and Push Kubernetes Manifests:
|
|||||||
xargs -I## git remote add remote_origin "https://oauth2:${COMMIT_TOKEN}@##.git"
|
xargs -I## git remote add remote_origin "https://oauth2:${COMMIT_TOKEN}@##.git"
|
||||||
- git add --all
|
- git add --all
|
||||||
- git commit -m "[${ENVIRONMENT}] manifests updated, [ci skip]"
|
- 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:
|
only:
|
||||||
- main
|
- main
|
||||||
- staging
|
- staging
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user