New to CDE. I'd like to create a job that pulls down a GitHub repo and executes the code in the repo. It seems possible to refer to a single file with a URL but I don't see how to pull down a whole repo of files.
Is there some way to do this? Am I thinking about this wrong?
I would like to use GitHub for development and minimize the steps between committing a change to master and having that change be used the next time my CDE job runs. Ideally there would be zero steps. Second best would be 100% automating any steps.