diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-26 00:02:44 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-26 00:02:44 +0000 |
| commit | 5e097280ac5e25dd18bf4745fb3d382b5561c059 (patch) | |
| tree | e9f2dfb6dc1fb99849995b80cf8addf872a4836c | |
| parent | c92746acc1ddaeb498875106b0a0e46d75b04d60 (diff) | |
Update .gitlab-ci.yml file
| -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 |
