Sha256: 8d2e57e58a023511e317da2b972438980ee09f3c65dadaf04405f588bf07c857

Contents?: true

Size: 663 Bytes

Versions: 21

Compression:

Stored size: 663 Bytes

Contents

steps:
  - name: ":rspec:"
    commands: 
      - bundle install
      - bundle exec rake db:drop
      - bundle exec rake db:create
      - RACK_ENV=test bundle exec rake db:migrate
      - bundle exec rspec
    artifact_paths:
      - coverage/*
  
  - name: ":codeclimate:"
    plugins:
      - jobready/codeclimate-test-reporter#v2.0:
          artifact: "coverage/.resultset.json"
          input_type: simplecov
          prefix: '/var/lib/buildkite-agent/builds/enterprise-oss-bk-1/enterpriseoss/osso-rb/'
  
  - block: ":rubygems: Publish :red_button:"
    branches: "main"
  
  - name: "Push :rubygems:"
    commands: "./bin/publish"
    branches: "main"

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
osso-0.0.5.pre.lambda .buildkite/pipeline.yml
osso-0.0.5.pre.kappa .buildkite/pipeline.yml
osso-0.0.5.pre.iota .buildkite/pipeline.yml
osso-0.0.5.pre.theta .buildkite/pipeline.yml
osso-0.0.5.pre.eta .buildkite/pipeline.yml
osso-0.0.5.pre.zeta .buildkite/pipeline.yml
osso-0.0.5.pre.epsilon .buildkite/pipeline.yml
osso-0.0.5.pre.delta .buildkite/pipeline.yml
osso-0.0.5.pre.gamma .buildkite/pipeline.yml
osso-0.0.5.pre.beta .buildkite/pipeline.yml
osso-0.0.5.pre.alpha .buildkite/pipeline.yml
osso-0.0.4 .buildkite/pipeline.yml
osso-0.0.3.27 .buildkite/pipeline.yml
osso-0.0.3.26 .buildkite/pipeline.yml
osso-0.0.3.25 .buildkite/pipeline.yml
osso-0.0.3.24 .buildkite/pipeline.yml
osso-0.0.3.23 .buildkite/pipeline.yml
osso-0.0.3.22 .buildkite/pipeline.yml
osso-0.0.3.21 .buildkite/pipeline.yml
osso-0.0.3.20 .buildkite/pipeline.yml