Skip to content

Commit 42ea6ec

Browse files
committed
fix slack component manifest
1 parent 3363783 commit 42ea6ec

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

components/reporters/slack/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,3 @@ as well as the following:
1414
| Environment Variable | Type | Required | Default | Description |
1515
|----------------------------|--------|----------|---------|-------------------------------------------------------------------------|
1616
| SLACK\_WEBHOOK | string | yes | - | The slack webhook to POST results to|
17-
18-
## How to run
19-
20-
Execute:
21-
22-
```shell
23-
docker-compose up --build --force-recreate --remove-orphans
24-
```
25-
26-
Then shutdown with:
27-
28-
```shell
29-
docker-compose down --rmi all
30-
```

components/reporters/slack/component.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ type: reporter
44
parameters:
55
- name: slack_webhook
66
type: string
7-
value: ""
87
steps:
98
- name: slack
109
image: components/reporters/slack
10+
executable: /bin/app
1111
env_vars:
12-
- SLACK_WEBHOOK: {{ .parameters.slack_webhook }}
12+
SLACK_WEBHOOK: {{ .parameters.slack_webhook }}

0 commit comments

Comments
 (0)