Fixes 400 error response from slack hook

Split results into individual attachments
This commit is contained in:
Tom Moor
2018-01-28 17:00:20 -08:00
parent d65f7577d4
commit 66fa88fcab
3 changed files with 72 additions and 18 deletions

View File

@@ -6,6 +6,9 @@ up:
build:
docker-compose build --pull outline
test:
docker-compose run --rm outline yarn test
destroy:
docker-compose stop
docker-compose rm -f