Commit 40366dd1 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix rubocop offense and enable jobs for qa

We could revisit which we don't want to run in qa.
parent 740f0bb1
......@@ -110,7 +110,7 @@ stages:
# Jobs that only need to pull cache
.dedicated-no-docs-pull-cache-job: &dedicated-no-docs-pull-cache-job
<<: *dedicated-runner
<<: *except-docs-and-qa
<<: *except-docs
<<: *pull-cache
dependencies:
- setup-test-env
......
......@@ -3,7 +3,9 @@ module QA
module Repository
class Push < Factory::Base
attr_accessor :file_name, :file_content, :commit_message,
:branch_name, :new_branch, :remote_branch
:branch_name, :new_branch
attr_writer :remote_branch
dependency Factory::Resource::Project, as: :project do |project|
project.name = 'project-with-code'
......
# rubocop:disable Naming/FileName
module QA
module Runtime
module Key
......
# rubocop:disable Naming/FileName
module QA
module Runtime
module Key
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment