From b3b55334bd9b21d6b4a8eb5ec16d57f637effc8a Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Fri, 12 Jan 2024 08:44:20 -0600 Subject: [PATCH] ls -l on /tmp --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3a2cba..6cd7ae8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ stages: # List of stages for jobs, and their order of execution .get_ansible_files: &get_ansible_files - s3cmd get --force -r --host=$AWS_HOST --host-bucket=$AWS_HOST s3://xdmod-vol/ /tmp + - ls -l /tmp prep-deploy: stage: .pre -- GitLab