Skip to content

Conversation

@jmurty
Copy link
Contributor

@jmurty jmurty commented Jul 16, 2019

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/

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants