Skip to content

Commit da36e05

Browse files
committed
build(codefresh): use Codefresh variables to specify repository for cloning
1 parent b5d49c9 commit da36e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codefresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
clone:
1010
stage: clone
1111
type: 'git-clone'
12-
repo: 'hoverinc/hover-javascript'
12+
repo: '${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}'
1313
revision: '${{CF_BRANCH}}'
1414
build:
1515
stage: build

0 commit comments

Comments
 (0)