Sha256: 8a50fcfb379212417076f3f92b39d1b1783aef69d3394b0f6e5c5a7dd2813d44

Contents?: true

Size: 701 Bytes

Versions: 2

Compression:

Stored size: 701 Bytes

Contents

version: "v1.0"
name: renuo-cli
agent:
  machine:
    type: e1-standard-2
    os_image: ubuntu2004
auto_cancel:
  running:
    when: "true"
fail_fast:
  cancel:
    when: "branch != 'main'"

blocks:
  - name: tests
    execution_time_limit:
      minutes: 5
    dependencies: []
    task:
      secrets:
        - name: renuo-cli
      prologue:
        commands:
          - checkout --use-cache
          - source .semaphore/bin/cache_restore ruby
          - bundle install -j 4 --path vendor/bundle
          - source .semaphore/bin/cache_store ruby
      jobs:
        - name: tests
          commands:
            - ENV=CI bin/check
promotions:
  - name: main
    pipeline_file: main-deploy.yml

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renuo-cli-4.2.1 .semaphore/semaphore.yml
renuo-cli-4.2.0 .semaphore/semaphore.yml