Skip to content

Commit

Permalink
update pipeline 2 examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Sucharevich committed Apr 26, 2018
1 parent cf1ecb1 commit e0a57c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/content/pipelines v2 (beta)/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ metadata:
spec:
triggers:
- type: "git"
kind: "github"
provider: "github"
repo: "codefresh-io/cli"
events: ["push"]
branchRegex: '.'
branchRegex: '/./'
contexts: []
variables:
- key: "PORT"
Expand All @@ -35,7 +35,7 @@ spec:
encrypted: true
steps:
clone_step:
repo: github.com/itai-codefresh/test-env-file
repo: github.com/nodejs/node
revision: master
test_step_1:
image: "alpine"
Expand Down Expand Up @@ -64,10 +64,10 @@ metadata:
spec:
triggers:
- type: "git"
kind: "github"
provider: "github"
repo: "codefresh-io/cli"
events: ["push", "pullrequest"]
branchRegex: '.'
branchRegex: '/./'
contexts: []
variables:
- key: "PORT"
Expand All @@ -91,10 +91,10 @@ metadata:
spec:
triggers:
- type: "git"
kind: "github"
provider: "github"
repo: "codefresh-io/cli"
events: ["push", "pullrequest"]
branchRegex: '.'
branchRegex: '/./'
contexts: []
variables:
- key: "PORT"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.8.46",
"version": "0.8.47",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit e0a57c2

Please sign in to comment.