Sha256: ca2ba275192eb4bc6c80600267a41b63f6e65f850e2d88fd45741e345fdff4b4

Contents?: true

Size: 639 Bytes

Versions: 1

Compression:

Stored size: 639 Bytes

Contents

version: "v1.0"
name: so_many_devices
agent:
  machine:
    type: e1-standard-2
    os_image: ubuntu1804
auto_cancel:
  running:
    when: "true"

blocks:
  - name: tests
    execution_time_limit:
      minutes: 10
    dependencies: []
    task:
      env_vars:
        - name: RAILS_ENV
          value: test
      jobs:
        - name: tests
          commands:
            - checkout --use-cache
            - cache restore
            - bundle install -j 4 --path vendor/bundle
            - cache store
            - bundle exec standardrb
            - bundle exec rspec
promotions:
  - name: main
    pipeline_file: main-deploy.yml

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
so_many_devices-1.0.0 .semaphore/semaphore.yml