Sha256: d5362517bc6d46371be18264b941e65b1b2f03312e3c3b3cb71f5a7f547685a6
Contents?: true
Size: 660 Bytes
Versions: 3
Compression:
Stored size: 660 Bytes
Contents
version: "v1.0" name: validation_errors 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: validation_errors prologue: commands: - checkout --use-cache - cache restore - bundle config set path 'vendor/bundle' - bundle install -j 4 - cache store jobs: - name: tests commands: - bundle exec standardrb - bundle exec rake promotions: - name: main pipeline_file: main-deploy.yml
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
validation_errors-0.3.0 | .semaphore/semaphore.yml |
validation_errors-0.2.0 | .semaphore/semaphore.yml |
validation_errors-0.1.0 | .semaphore/semaphore.yml |