diff options
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files 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 |
