From 693a928f3f5aafe968cba63856147c0ee20bd62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com> Date: Wed, 6 Oct 2021 17:01:54 +0200 Subject: [PATCH] Move ddeploy to a new deploy stage --- ci-templates/core.yml | 1 + ci-templates/industrial-ci-templates.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-templates/core.yml b/ci-templates/core.yml index 3553a10..8cacbee 100644 --- a/ci-templates/core.yml +++ b/ci-templates/core.yml @@ -16,6 +16,7 @@ services: stages: - build + - deploy before_script: - apk add --update bash coreutils tar wget diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml index 5ab5207..4657031 100644 --- a/ci-templates/industrial-ci-templates.yml +++ b/ci-templates/industrial-ci-templates.yml @@ -15,7 +15,7 @@ .ddeploy: - stage: build + stage: deploy variables: DOCKER_PUSH_REGISTRY: ${ARTIFACT_DOCKER_URL} DOCKER_PUSH_NAME: ${CI_PROJECT_NAME} -- GitLab