ixc / ixc-django-docker

Scripts and config files that make it easier to run Django projects consistently with and without Docker.
5 stars 1 forks source link

Add explicit `git clone` step to Codefresh builds #19

Open jmurty opened 5 years ago

jmurty commented 5 years ago

Codefresh.io recently changed their service to organise around the new "project" metaphor instead of "repository". As part of this change they decoupled repositories from build pipelines.

The upshot of all this is that newly-created Codefresh.io pipelines (or projects, I guess) must include an explicit step to clone the contents of a git repository, whereas previously this step was implicit.

This updated codefresh.yml template file includes the new git clone step, copied exactly as defined and recommended by the service.

See https://codefresh.io/docs/docs/codefresh-yaml/steps/git-clone/