Commit 5a297e09 authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

ci: use 2 digits only to refer TBC components

parent 50e8a555
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,10 +8,10 @@ include:
  - project: "to-be-continuous/kicker"
    ref: "master"
    file: "/templates/validation.yml"
  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.8.0
  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.8
    inputs:
      shellcheck-files: "*.sh"
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.16.0
  - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.16

variables:
  GITLAB_CI_FILES: "templates/gitlab-ci-gitops.yml"