From 819aaa4eef72b43eb2a8c30d2585688c0c8351d4 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Mon, 27 Nov 2023 16:17:47 -0500 Subject: [PATCH] rm `-i` flag from `curl` command --- ci/cleanup_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cleanup_images.sh b/ci/cleanup_images.sh index 83a0604..8e9ceca 100755 --- a/ci/cleanup_images.sh +++ b/ci/cleanup_images.sh @@ -9,7 +9,7 @@ delete_image() { local repo=$2 local tag=$3 - curl --silent --fail-with-body -i -X DELETE \ + curl --silent --fail-with-body -X DELETE \ -H "Accept: application/json" \ -H "Authorization: JWT $HUB_TOKEN" \ "https://hub.docker.com/v2/repositories/$org/$repo/tags/$tag/"