Skip to content

Commit

Permalink
fix ansible version (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Jeanneney <antoine.jeanneney@justice.fr>
  • Loading branch information
ajeanneney and Antoine Jeanneney committed Jun 12, 2024
1 parent bee970f commit fc8db0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ build_label_client:

deploy_label_backend:
stage: deploy
image: alpine/ansible:latest
image: alpine/ansible:2.16.1
script:
- inventaire=$(eval "echo \$$CI_COMMIT_BRANCH")
- mkdir /root/.ssh
Expand All @@ -103,7 +103,7 @@ deploy_label_backend:

deploy_label_client:
stage: deploy
image: alpine/ansible:latest
image: alpine/ansible:2.16.1
script:
- inventaire=$(eval "echo \$$CI_COMMIT_BRANCH")
- mkdir /root/.ssh
Expand Down

0 comments on commit fc8db0d

Please sign in to comment.