Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
    • Daniel Dehennin's avatar
      ci(rules): define git-flow style rules · e8e12e8f
      Daniel Dehennin authored
      We define rules to match somewhate a git-flow style workflow to
      activate jobs:
      
      - `.not-on-prod`: on all branches except production
      
      - `.on-branches` : on supporting branches, i.e. everything except
        production and developpment
      
      - `.on-dev`: on developpment branch only
      
      - `.on-prod`: on production branch only
      
      - `.on-release-tag`: on the release tag only
      
      We always exclude pipeline triggered from schedule.
      
      * templates/Rules.yaml: define the new rules templates.
      
      * templates/Lint/Commitlint.yaml (commitlint): execute on all branch
        except production.
      e8e12e8f
    • Daniel Dehennin's avatar
      Merge branch 'fix/commitlint-against-default-branch' into 'master' · ab76131e
      Daniel Dehennin authored
      ci(commitlint): master is not always the repository default branch
      
      See merge request !6
      ab76131e
    • Daniel Dehennin's avatar
      ci(commitlint): master is not always the repository default branch · 48b9f29c
      Daniel Dehennin authored
      * templates/Lint/Commitlint.yaml (commitlint): use
        `$CI_DEFAULT_BRANCH` as base to calculate the list of commits to check.
      48b9f29c
  2. Oct 20, 2021
  3. Oct 12, 2021
  4. Oct 11, 2021
  5. Oct 07, 2021
Loading