Commit 33aa5a3e authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬
Browse files

Merge branch 'renovate/copier-project-template-update' into 'master'

parents 5b815646 927caf2b
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,10 +3,11 @@
# See the project for instructions on how to update the project
#
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v1.31.0
_commit: v1.33.2
_src_path: https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git
ee_licensed: false
golang: false
helm: false
initial_codeowners: '@reprazent @andrewn @mkaeppler @ayufan'
jsonnet: false
project_name: labkit-ruby
+3 −9
Original line number Diff line number Diff line
@@ -19,19 +19,13 @@ include:
  # It includes standard checks, gitlab-scanners, validations and release processes
  # 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.78 # renovate:managed
    file: templates/standard.yml
  - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/standard-build@v2.78

  # 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.78 # renovate:managed
    file: templates/ruby.yml
  - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/ruby-build@v2.78

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

.test_template: &test_definition
  extends: .with_bundle