Skip to content

Commit 059b20a

Browse files
authored
Update codefresh.yml
fix codefresh yml file
1 parent 8d9e948 commit 059b20a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

codefresh.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ steps:
44
main_clone:
55
type: "git-clone"
66
description: "Cloning main repository..."
7-
repo: "PeterNgTr/codeceptjs-bshelper"
8-
revision: "${{CF_BRANCH}}"
7+
repo: ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}
8+
revision: ${{CF_BRANCH}}
9+
git: github
910
my_deps:
1011
image: 'node:12'
1112
title: "Installing dependencies"
@@ -15,4 +16,4 @@ steps:
1516
image: 'node:12'
1617
title: "unit tests"
1718
commands:
18-
- 'npm test'
19+
- 'npm test'

0 commit comments

Comments
 (0)