From f4689272b152abebdc7f14c1c4e0749f2ade704a Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Wed, 30 Oct 2024 14:30:03 -0400
Subject: [PATCH] test path

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eba28fc..4089604 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -149,8 +149,9 @@ deploy_http_proxy_node:
       cat > user_data.txt <<EOF
       #!/bin/bash
       echo "$DEV_KEY" >> /root/.ssh/authorized_keys
-      git clone ${CI_REPOSITORY_URL} /tmp/hpc-factory
-      cd /tmp/hpc-factory
+      echo "+++++++`pwd`+++++++++"
+      git clone ${CI_REPOSITORY_URL} /tmp/${CI_PROJECT_NAME}
+      cd /tmp/${CI_PROJECT_NAME}
       git checkout ${CI_COMMIT_REF_NAME}
       ansible-playbook -c local -i 127.0.0.1, ansible/cheaha.yml | tee -a ansible.log
       EOF
-- 
GitLab