Still stuck at this. any advice guys?

A domingo, 18 de abril de 2021 à(s) 21:40:21 UTC+1, Kadu Barral escreveu:

> Hello,
>
> I would like to now if gocd can add, commit and push to same repository 
> that I'm using as material without run pipeline again.
>
> My use case is that I have one repo for application and other repo with 
> k8s manifests and dockerfiles.
>
> pipeA = build golang app
> pipeB = build docker and update image tag (kustomize)
>
> I would like to call also pipeB if I do some change in dockerfile for 
> example.
>
> repoA -> pipeA -> pipeB
>          repoB ---/
>
> This is probably the wrong way, but at the end of pipeB I'm running git 
> commands
>
> git add develop && git commit -m "update image" && git push
>
> So, the question is:
> - The same way as docker images are pushed to repo, there is a way to 
> update the material without run implicit git commands? If yes, how can I 
> configure commit message and files that I want to add?
> - Is it possible to not run the same pipeline again because the this 
> specific push?
>
> Thank you
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/0c1d47f6-94e3-4d7c-9be1-d2acad778055n%40googlegroups.com.

Reply via email to