From bb6fc9aeda7b47507c5ec23de7a47505a751a27c Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 28 Apr 2022 14:13:05 +0200 Subject: [PATCH] rm curl.it legacy script --- curl.it | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 curl.it 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