Add script for uploading an update level

This commit is contained in:
R. Tyler Croy 2018-07-12 08:28:25 -07:00
parent 79386c7d4d
commit 2e93884595
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
exec curl --data-raw "{\"commit\":\"container-tests\",\"manifest\":$(cat ingest.json)}" \
-H 'Authorization: the API calls are coming from inside the house' \
-H 'Content-Type: application/json' \
http://localhost:3030/update