#!/bin/sh curl --cacert /etc/ssl/ca-global/ca-certificates.crt \ --header "Auth-Key: $(cat ~/private/debci.key)" \ --form tests=@ci-exper.json \ 'https://ci.debian.net/api/v1/test/unstable/amd64'