diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-26 00:00:34 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-26 00:00:34 +0000 |
| commit | c92746acc1ddaeb498875106b0a0e46d75b04d60 (patch) | |
| tree | 5e80e16ad1f0980719f1da8edbcaae526d0181e8 /.gitlab-ci.yml | |
| parent | f48a090e7bd2b25a823a1f09323b39ef1b5f3958 (diff) | |
Update .gitlab-ci.yml file
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47821e8..d1691a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,5 @@ deploy-job: script: - echo "Deploying application..." - echo "Application successfully deployed." - - pip install 'ansible<2.10' - - ansible --version - - git --version - + - git clone https://gitlab.com/kdam0/vps.git + - cd vps && ls -al |
