diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-25 23:56:18 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-25 23:56:18 +0000 |
| commit | bb72a66b54ee340700f33476f39992b9289201ec (patch) | |
| tree | 90e2565a560231d9b3198d9578e7e93adbaa9341 | |
| parent | ac034520bc820d58236669c050c05b0862e3e341 (diff) | |
Update .gitlab-ci.yml file
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71fb104..2bf7d74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: 'python:3' +image: 'python:3-alpine' stages: - deploy @@ -10,3 +10,5 @@ deploy-job: - echo "Application successfully deployed." - pip install 'ansible<2.10' - ansible --version + - git --version + |
