From 539ec717a667f0d09c579c4073397c67f79d812c Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Tue, 10 Dec 2024 11:31:12 -0600
Subject: [PATCH] accept image id for compute node

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71f9a24..129f6a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -179,7 +179,7 @@ deploy_compute_node:
   tags:
     - build
   script:
-    - openstack image set --accept --name $compute-2024-12-07T175325 || true
+    - openstack image set --accept $BUILT_COMPUTE_IMAGE_ID || true
     - FAILED=false
     - |
       cat > user_data.txt <<EOF
-- 
GitLab