Commit 5b815646 authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬
Browse files

Merge branch 'renovate/common-ci-tasks' into 'master'

chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.78

See merge request !155

Merged-by: Bob Van Landuyt's avatarBob Van Landuyt <bob@gitlab.com>
Approved-by: Bob Van Landuyt's avatarBob Van Landuyt <bob@gitlab.com>
Co-authored-by: default avatarGitLab Renovate Bot <ops-contact+gl-common-ci-tasks-self-renovate@gitlab.com>
parents 1fef354c fb214a4c
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,17 +20,17 @@ include:
  # common to all projects using this template library.
  # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/standard.md
  - project: "gitlab-com/gl-infra/common-ci-tasks"
    ref: v2.77 # renovate:managed
    ref: v2.78 # renovate:managed
    file: templates/standard.yml

  # Runs rspec tests and rubocop on the project
  # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/ruby.md
  - project: "gitlab-com/gl-infra/common-ci-tasks"
    ref: v2.77 # renovate:managed
    ref: v2.78 # renovate:managed
    file: templates/ruby.yml

  - project: "gitlab-com/gl-infra/common-ci-tasks"
    ref: v2.77 # renovate:managed
    ref: v2.78 # renovate:managed
    file: "danger.yml"

.test_template: &test_definition
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ repos:
  # Documentation available at
  # https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/docs/pre-commit.md
  - repo: https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks
    rev: v2.77  # renovate:managed
    rev: v2.78  # renovate:managed

    hooks:
      - id: shellcheck  # Run shellcheck for changed Shell files