From 5e097280ac5e25dd18bf4745fb3d382b5561c059 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 26 Mar 2022 00:02:44 +0000 Subject: Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1691a6..0616392 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,6 @@ deploy-job: script: - echo "Deploying application..." - echo "Application successfully deployed." - - git clone https://gitlab.com/kdam0/vps.git - - cd vps && ls -al + - git clone --depth 1 https://gitlab.com/kdam0/vps.git + - cd vps + - ls -al \ No newline at end of file -- cgit v1.2.3