diff --git a/project_template/codefresh.yml b/project_template/codefresh.yml index c696218..a020bce 100644 --- a/project_template/codefresh.yml +++ b/project_template/codefresh.yml @@ -1,6 +1,12 @@ version: '1.0' steps: + main_clone: + title: Cloning main repository... + type: git-clone + repo: '${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}' + revision: '${{CF_REVISION}}' + build_image: type: build title: Building Docker Image