Commit 36a5f8b0 authored by Noel Alonso's avatar Noel Alonso
Browse files

Adapta CI a nueva versión de plantillas

parent edc59505
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -5,12 +5,21 @@ include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment.yml'
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment-custom-image.yml'

stages:
  - pre-package
  - package
  - test-package
  - post-package
  - deploy

variables:
  STACK: etl
  STATUS_CHECK_DELAY: 30
  PROJECT_PARENT_NAME: etl

.deploy:
  variables:
    STACK: ${PROJECT_PARENT_NAME}
    SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME}
    STATUS_CHECK_DELAY: 60