File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
docs/content/pipelines v2 (beta) Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ metadata:
21
21
spec :
22
22
triggers :
23
23
- type : " git"
24
- kind : " github"
24
+ provider : " github"
25
25
repo : " codefresh-io/cli"
26
26
events : ["push"]
27
- branchRegex : ' . '
27
+ branchRegex : ' /./ '
28
28
contexts : []
29
29
variables :
30
30
- key : " PORT"
35
35
encrypted : true
36
36
steps :
37
37
clone_step :
38
- repo : github.com/itai-codefresh/test-env-file
38
+ repo : github.com/nodejs/node
39
39
revision : master
40
40
test_step_1 :
41
41
image : " alpine"
@@ -64,10 +64,10 @@ metadata:
64
64
spec :
65
65
triggers :
66
66
- type : " git"
67
- kind : " github"
67
+ provider : " github"
68
68
repo : " codefresh-io/cli"
69
69
events : ["push", "pullrequest"]
70
- branchRegex : ' . '
70
+ branchRegex : ' /./ '
71
71
contexts : []
72
72
variables :
73
73
- key : " PORT"
@@ -91,10 +91,10 @@ metadata:
91
91
spec :
92
92
triggers :
93
93
- type : " git"
94
- kind : " github"
94
+ provider : " github"
95
95
repo : " codefresh-io/cli"
96
96
events : ["push", "pullrequest"]
97
- branchRegex : ' . '
97
+ branchRegex : ' /./ '
98
98
contexts : []
99
99
variables :
100
100
- key : " PORT"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.8.46 " ,
3
+ "version" : " 0.8.47 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments