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@v4.6 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/standard-build@v4.7 # 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@v4.6 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/ruby-build@v4.7 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/danger@v4.6 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/danger@v4.7 # Attach a redis service to the rspec job from common-ci-tasks/ruby-build. # GitLab merges keys when a local job has the same name as an included one, Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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: v4.6 # renovate:managed rev: v4.7 # renovate:managed hooks: - id: shellcheck # Run shellcheck for changed Shell files Loading 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@v4.6 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/standard-build@v4.7 # 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@v4.6 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/ruby-build@v4.7 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/danger@v4.6 - component: $CI_SERVER_FQDN/gitlab-com/gl-infra/common-ci-tasks/danger@v4.7 # Attach a redis service to the rspec job from common-ci-tasks/ruby-build. # GitLab merges keys when a local job has the same name as an included one, Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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: v4.6 # renovate:managed rev: v4.7 # renovate:managed hooks: - id: shellcheck # Run shellcheck for changed Shell files Loading