From f625017d357df331ee45afc358b0835344fc2f6a Mon Sep 17 00:00:00 2001
From: Brittany Faciane <bfaciane@nrao.edu>
Date: Wed, 26 Apr 2023 12:02:39 -0400
Subject: [PATCH] Quotation oops

---
 ci/cleanup.template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/cleanup.template.yml b/ci/cleanup.template.yml
index 8c2f1939c..f652bc228 100644
--- a/ci/cleanup.template.yml
+++ b/ci/cleanup.template.yml
@@ -5,7 +5,7 @@
         - |
             printf "%s\n" "- Removing Images -" \
             "${NAME}:${IMAGE_TAG}"
-        - docker image rm --force "${BASE_REGISTRY_URL}/${SERVICE_NAME}:${IMAGE_TAG}
+        - docker image rm --force "${BASE_REGISTRY_URL}/${SERVICE_NAME}:${IMAGE_TAG}"
     rules:
         - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE =~ /\A(?i)-debug/'
           when: never
-- 
GitLab