Skip to content

Commit 2e75ff4

Browse files
author
Hanna
committed
Make gitreceiver to build docker images
1 parent c251fbd commit 2e75ff4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

component.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"title": "Webhook",
33
"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.",
44
"service": "webhook",
5+
"buildType":"docker",
56
"docsUrl":"https://github.com/elasticio/webhook-component",
67
"credentials": {
78
"fields": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webhook",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "elastic.io webhook component",
55
"scripts": {
66
"test": "./node_modules/jasmine-node/bin/jasmine-node --test-dir spec"

0 commit comments

Comments
 (0)