rm curl.it legacy script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-04-28 14:13:05 +02:00
parent 6b4e913f6f
commit bb6fc9aeda
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,7 +0,0 @@
#!/bin/bash
if [ $# -gt 1 ]; then
curl -s -H 'Content-Type: application/json' --data '{"docker_tag":"nightly"}' -X POST $2
else
curl -s -H 'Content-Type: application/json' --data '{"docker_tag":"latest"}' -X POST $1
fi