We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9e948 commit 059b20aCopy full SHA for 059b20a
codefresh.yml
@@ -4,8 +4,9 @@ steps:
4
main_clone:
5
type: "git-clone"
6
description: "Cloning main repository..."
7
- repo: "PeterNgTr/codeceptjs-bshelper"
8
- revision: "${{CF_BRANCH}}"
+ repo: ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}}
+ revision: ${{CF_BRANCH}}
9
+ git: github
10
my_deps:
11
image: 'node:12'
12
title: "Installing dependencies"
@@ -15,4 +16,4 @@ steps:
15
16
17
title: "unit tests"
18
commands:
- - 'npm test'
19
+ - 'npm test'
0 commit comments