Commit 6e7dcee7 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza plantillas CI y adapta jobs

parent ad901831
Loading
Loading
Loading
Loading
+5 −11
Original line number Diff line number Diff line
include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/packaging.yml'
    file: '/packaging-docker/docker-build.yml'
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment.yml'
    file: '/deployment-service/docker-deploy.yml'
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment-custom-image.yml'
    file: '/deployment-service/custom-image.yml'

stages:
  - pre-package
@@ -15,16 +15,10 @@ stages:
  - post-package
  - deploy

variables:
  PROJECT_PARENT_NAME: elastic

.docker-operations:
.docker-build:
  variables:
    GIT_SUBMODULE_STRATEGY: normal

.deploy:
  variables:
    STACK: ${PROJECT_PARENT_NAME}
    SERVICES_TO_CHECK: ${PROJECT_PARENT_NAME}_${CI_PROJECT_NAME}
  environment:
    url: https://${CI_PROJECT_NAME}.${PUBLIC_HOSTNAME}
    STACK: elastic