Loading .gitlab-ci.yml +3 −10 Original line number Diff line number Diff line Loading @@ -25,13 +25,13 @@ include: # 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' - project: "gitlab-com/gl-infra/common-ci-tasks" ref: v2.77 # renovate:managed file: templates/ruby.yml - project: 'gitlab-com/gl-infra/common-ci-tasks' - project: "gitlab-com/gl-infra/common-ci-tasks" ref: v2.77 # renovate:managed file: 'danger.yml' file: "danger.yml" .test_template: &test_definition extends: .with_bundle Loading @@ -55,10 +55,3 @@ deploy: - tools/deploy-rubygem.sh only: - tags release: stage: release script: - tools/update-changelog.rb "${CI_COMMIT_TAG}" only: - tags Loading
.gitlab-ci.yml +3 −10 Original line number Diff line number Diff line Loading @@ -25,13 +25,13 @@ include: # 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' - project: "gitlab-com/gl-infra/common-ci-tasks" ref: v2.77 # renovate:managed file: templates/ruby.yml - project: 'gitlab-com/gl-infra/common-ci-tasks' - project: "gitlab-com/gl-infra/common-ci-tasks" ref: v2.77 # renovate:managed file: 'danger.yml' file: "danger.yml" .test_template: &test_definition extends: .with_bundle Loading @@ -55,10 +55,3 @@ deploy: - tools/deploy-rubygem.sh only: - tags release: stage: release script: - tools/update-changelog.rb "${CI_COMMIT_TAG}" only: - tags