Sha256: 1935a83d5d964a0412dcb520d0b6bc62e80564ef1dcf58806a4f5e203e0f2bb9
Contents?: true
Size: 642 Bytes
Versions: 1
Compression:
Stored size: 642 Bytes
Contents
version: v1.0 name: Initial Pipeline agent: machine: type: e1-standard-2 os_image: ubuntu2004 blocks: - name: 'Block #1' task: jobs: - name: lint commands: - checkout - sem-version ruby 3.0.2 - cache restore - bundle install - cache store - script/fmt - name: test commands: - checkout - sem-version ruby 3.0.2 - cache restore - bundle install - cache store - script/test promotions: - name: Release Gem pipeline_file: pipeline_2.yml
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bridgetown-notable-0.2.0 | .semaphore/semaphore.yml |