From 1cb9f26773063651dfd7de728d290c587c4c10a2 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Tue, 7 Jan 2025 16:12:20 -0600 Subject: [PATCH] fix: update variable name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ca2d93..b52d6dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -332,7 +332,7 @@ deploy_ood_node: tags: - build script: - - openstack image set --accept $LOGIN_IMAGE_ID || true + - openstack image set --accept $OOD_IMAGE_ID || true - | cat > user_data.txt <<EOF #!/bin/bash -- GitLab