another debugging input with jq on mentions.json

This commit is contained in:
Marvin Steadfast 2020-03-12 17:19:11 +01:00
parent 115aa8a5da
commit b73c7f4fb6

View File

@ -13,12 +13,13 @@ steps:
WEBMENTIONIO_TOKEN:
from_secret: webmentionio_token
commands:
- apk add --no-cache curl make git npm
- apk add --no-cache curl make git npm jq
- mkdir -p ~/.config/rclone
- make rclone_config
- cat ~/.config/rclone/rclone.conf
- make install_deps
- curl "https://webmention.io/api/mentions?token=$$WEBMENTIONIO_TOKEN" -o data/mentions.json
- cat data/mentions.json|jq
- make build
- make ftp_upload
- npm install @remy/webmention