From 68883489b1f67a7ebcd9615ff2c32cf9f60714ae Mon Sep 17 00:00:00 2001 From: Donn Goodhew Date: Thu, 4 May 2023 14:12:20 -0700 Subject: [PATCH] Use correct repo owner after repo move --- codefresh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codefresh.yml b/codefresh.yml index 12ed73d3..b1ffa124 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -11,7 +11,7 @@ steps: clone_main_repo: type: git-clone title: "Clone repo" - repo: leaf-ai/covid-xprize + repo: cognizant-ai-labs/covid-xprize revision: '${{CF_REVISION}}' git: github @@ -35,4 +35,4 @@ steps: title: Clean up CodeFresh volume image: python:3.6-slim commands: - - rm -rf '${{CF_REPO_NAME}}' \ No newline at end of file + - rm -rf '${{CF_REPO_NAME}}'