From 88694130f066dc9b771d0cd2d60720a372972b9b Mon Sep 17 00:00:00 2001 From: Javi Blanco Date: Fri, 24 Dec 2021 15:35:30 +0000 Subject: [PATCH] hotfix: 2.8-infra --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4442fba..c1f9cf9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -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