Sha256: ae4d99233af9331c77bbb0e82dabdb31895636c8292b47c7058a9f900834b3f1

Contents?: true

Size: 344 Bytes

Versions: 7

Compression:

Stored size: 344 Bytes

Contents

steps:
  - name: ':rspec: unit-test'
    command: script/unit_test.sh
    agents:
      location: aws
  - name: ':rspec: integration-test'
    command: script/integration_test.sh
    agents:
      location: aws
    env:
      AWS_REGION: us-east-1

  - wait

  - name: ':gem: build'
    command: script/build.sh
    agents:
      location: aws

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
kumo_keisei-5.1.0 .buildkite/pipeline.yml
kumo_keisei-5.0.0 .buildkite/pipeline.yml
kumo_config-0.0.2 .buildkite/pipeline.yml
kumo_config-0.0.1 .buildkite/pipeline.yml
kumo_keisei-4.0.7 .buildkite/pipeline.yml
kumo_keisei-4.0.6 .buildkite/pipeline.yml
kumo_keisei-4.0.4 .buildkite/pipeline.yml