Loading .copier-answers.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ # See the project for instructions on how to update the project # # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY _commit: v1.36.0 _commit: v1.37.0 _src_path: https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git ee_licensed: false golang: false Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -19,13 +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 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/standard-build@v2.78 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/standard-build@v2.91.0 # Runs rspec tests and rubocop on the project # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/ruby.md - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/ruby-build@v2.78 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/ruby-build@v2.91.0 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/danger@v2.78 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/danger@v2.91.0 .test_template: &test_definition extends: .with_bundle Loading Loading
.copier-answers.yml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ # See the project for instructions on how to update the project # # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY _commit: v1.36.0 _commit: v1.37.0 _src_path: https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git ee_licensed: false golang: false Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -19,13 +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 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/standard-build@v2.78 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/standard-build@v2.91.0 # Runs rspec tests and rubocop on the project # see https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/templates/ruby.md - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/ruby-build@v2.78 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/ruby-build@v2.91.0 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/danger@v2.78 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/danger@v2.91.0 .test_template: &test_definition extends: .with_bundle Loading