diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-03-25 23:44:47 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-03-25 23:44:47 +0000 |
| commit | 1436b77bc291053f54574b2f8215f16d879a3521 (patch) | |
| tree | c3d77bcfba5181dafbca13e1639e9bddfcef8c35 | |
| parent | 095200e2a3302313c8a90ec9c9e3f51911c0fb88 (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 a5b557c..7e565a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,12 @@ +image: 'python3' + stages: - deploy - deploy-job: stage: deploy script: - echo "Deploying application..." - echo "Application successfully deployed." + - pip install 'ansible<2.10' - ansible --version |
