Skip to content

Commit

Permalink
hotfix: 2.8-infra
Browse files Browse the repository at this point in the history
  • Loading branch information
javierblancoNS committed Dec 24, 2021
1 parent b5ba78e commit 8869413
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 @@ -88,7 +88,7 @@ build_backend_prod:

deploy_dev:
stage: deploy_dev
image: cytopia/ansible:latest-infra
image: cytopia/ansible:2.8-infra
script:
- git clone https://${GL_USER}:${GL_TOKEN}@gitlab.com/natural-solutions/ns-ansible-infrastructure.git
- cd ns-ansible-infrastructure
Expand All @@ -106,7 +106,7 @@ deploy_dev:

deploy_prod:
stage: deploy_prod
image: cytopia/ansible:latest-infra
image: cytopia/ansible:2.8-infra
script:
- git clone https://${GL_USER}:${GL_TOKEN}@gitlab.com/natural-solutions/ns-ansible-infrastructure.git
- cd ns-ansible-infrastructure
Expand Down

0 comments on commit 8869413

Please sign in to comment.