Skip to content

Commit

Permalink
more details for trigger-type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed Apr 26, 2018
1 parent e0a57c2 commit f443322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/logic/api/trigger.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const _extractTriggerTypeEntity = triggerType => ({
kind: triggerType.kind,
'uri-template': triggerType['uri-template'],
'uri-regex': triggerType['uri-regex'],
'help-url': triggerType['help-url'],
config: triggerType.config,
filters: triggerType.filters,
});

const _extractTriggerEventEntity = triggerEvent => ({
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.47",
"version": "0.8.48",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit f443322

Please sign in to comment.