Skip to content

Commit

Permalink
Merge branch 'javi.ns-dev-patch-25927' into 'dev'
Browse files Browse the repository at this point in the history
fix 2.8-infra

See merge request natural-solutions/ecoteka!352
  • Loading branch information
javierblancoNS committed Dec 24, 2021
2 parents 85f2e33 + 29eebbf commit fd8f120
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-tools
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-tools
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 fd8f120

Please sign in to comment.