Gitlab ci is completely new for me.
I have a folder “group” in my repo with some configuration files.
In the first job i create an artifact with 3 folders in it (add, update, delete).
now i want to copy the changed configuration files into one of the 3 folders with my last commit or merged request.
but i dont know how to do that…
Thank you.