Skip to content
Snippets Groups Projects
.gitlab-ci.yml 720 B
Newer Older
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
include:
  - local: templates/Rules.yaml
  - local: templates/Runners/eole-docker.yaml
  - local: templates/Lint/Commitlint.yaml
  - local: templates/Docker.yaml
  - local: templates/Release/Semantic-release.yaml

.docker-matrix:
  parallel:
    matrix:
      - IMAGE_NAME: [commitlint, semantic-release-gitlab]

###############################################################################
# `build` stage: `*-docker-build`
###############################################################################
# Suffix all jobs to avoid conflict with other jobs names
build-docker:
  extends:
    - .docker-matrix
    - .build-docker-image