Skip to content

Commit

Permalink
Make gitreceiver to build docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanna committed Aug 29, 2019
1 parent c251fbd commit 2e75ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"title": "Webhook",
"description": "Webhooks allow you to collect information about events as they happen in near real-time. Provide a URL, select when and where you want that URL to receive data about events on your list, and we'll send it to you as the events take place. It is recommended that you specify a URL using https.",
"service": "webhook",
"buildType":"docker",
"docsUrl":"https://github.com/elasticio/webhook-component",
"credentials": {
"fields": {
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": "webhook",
"version": "1.0.0",
"version": "1.0.1",
"description": "elastic.io webhook component",
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node --test-dir spec"
Expand Down

0 comments on commit 2e75ff4

Please sign in to comment.