image: ruby:2.4.1 pipelines: default: - step: script: # Modify the commands below to build your repository. - git archive --remote=git@bitbucket.org:guideinvestimentos/rails_defaults.git HEAD .rubocop.yml | tar -x - bundle install - gem install rails_best_practices rubocop brakeman - rspec -fdoc - rubocop .