Skip to content
Snippets Groups Projects
Forked from EOLE / Infra / CI tools
Source project has a limited visibility.
  • Daniel Dehennin's avatar
    f8501fc7
    feat(git): new `.git:merge-to` job template to merge a reference · f8501fc7
    Daniel Dehennin authored
    By default, the source of the merge is `${CI_COMMIT_TAG}` and the
    target must be defined by the `.gitlab-ci.yml` job using this
    template.
    
    * docs/GETTING-STARTED.md: new section to document `.git:merge-to`
      template job.
    
    * templates/Git.yaml: new `.git:merge-to` template job to merge a
      reference into a target branch.
    f8501fc7
    History
    feat(git): new `.git:merge-to` job template to merge a reference
    Daniel Dehennin authored
    By default, the source of the merge is `${CI_COMMIT_TAG}` and the
    target must be defined by the `.gitlab-ci.yml` job using this
    template.
    
    * docs/GETTING-STARTED.md: new section to document `.git:merge-to`
      template job.
    
    * templates/Git.yaml: new `.git:merge-to` template job to merge a
      reference into a target branch.