Ubuntu – Azure Devops – untracked file preventing newer version of the file from being pushed
My goal is to run a DevOps pipeline (in my repo's main branch) that does the following: run a Python script (in my repo's main branch) that returns a json called myJson.json push myJson.json to another branch in the same…