File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
components/reporters/slack Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff 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- ```
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ type: reporter
44parameters :
55 - name : slack_webhook
66 type : string
7- value : " "
87steps :
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 }}
You can’t perform that action at this time.
0 commit comments