Sha256: 8fc5f9df3f2a69ddd7ad0c6743fa8724ec0069397883ecdc6c7cafa857d617e6

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

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

blocks:
  - name: tests
    execution_time_limit:
      minutes: 10
    task:
      secrets:
        - name: renuo-cli
      env_vars:
        - name: RAILS_ENV
          value: test
      prologue:
        commands:
          - checkout --use-cache
          - cache restore
          - gem update bundler
          - bundle install -j 4 --path vendor/bundle
          - cache store
      jobs:
        - name: tests
          commands:
            - bin/check
promotions:
  - name: master
    pipeline_file: master-deploy.yml

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renuo-cli-1.7.2 .semaphore/semaphore.yml