From 7b1583d118142bcbbb373058bf5e215e23ccec6e Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Mon, 30 Sep 2024 15:08:18 -0500 Subject: [PATCH] updated gitlab --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f33a816..8228eda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,4 +58,5 @@ deploy_ood_proxy_node: - echo "PROXY_INSTANCE_ID=$PROXY_INSTANCE_ID" >> $CI_PROJECT_DIR/variables.env artifacts: reports: - dotenv: variables.env \ No newline at end of file + dotenv: variables.env + \ No newline at end of file -- GitLab