Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit git clone step to Codefresh builds #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

2 participants