Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 184 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 184 Bytes

drone-deploy-experiments

We will use this to test DroneDeploy's API

Shell examples

./graphql_test.py | while read RESULT; do echo $RESULT | jq ".data" ; done