Hi All, there is scenario where I have to upload config file "xyz.json" from git . . .

Devendra Mishra:
Hi All, there is scenario where I have to upload config file “xyz.json” from gitlab to persistent storage @kube .I am using .gitlab-ci.yml for CI config. Any idea? any help would be much appreciated…

Abhinav Thakur:
You can probably use an scp command or a quick Ansible playbook to be invoked which can go and copy that file over to the persisted storage. That’s my 2 cents :sweat_smile: