From 6630666b9b90e3cf95e8833703e69069e02ac957 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Mon, 30 Sep 2024 15:03:44 -0500 Subject: [PATCH] changed stage to deploy --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e13e9c..f33a816 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,11 +39,11 @@ stages: - deploy deploy_ood_proxy_node: - stage: build + stage: deploy environment: name: knightly tags: - - build + - deploy script: - openstack image set --accept $BUILT_OOD_IMAGE_ID - | -- GitLab