diff --git a/curl.it b/curl.it deleted file mode 100755 index bd2b744..0000000 --- a/curl.it +++ /dev/null @@ -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