Loading .copier-answers.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading .gitlab-ci.yml +3 −9 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.copier-answers.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
.gitlab-ci.yml +3 −9 Original line number Diff line number Diff line Loading @@ -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 Loading