Sha256: 53d352bf272f36cb0dea33111706c1789628378d421058c496ce162c3f56ba84
Contents?: true
Size: 525 Bytes
Versions: 3
Compression:
Stored size: 525 Bytes
Contents
agents: &agents os: 'linux_small' command: &command - make test steps: - label: ':rubocop: Lint' agents: *agents command: - make lint - label: ':rspec: Test Ruby 2.6' env: BASE_IMAGE: 'ruby:2.6-alpine' agents: *agents command: *command - label: ':rspec: Test Ruby 2.7' env: BASE_IMAGE: 'ruby:2.7-alpine' agents: *agents command: *command - label: ':rspec: Test Ruby 3.0' env: BASE_IMAGE: 'ruby:3.0-alpine' agents: *agents command: *command
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
percy-common-3.1.9 | .buildkite/pipeline.yml |
percy-common-3.1.8 | .buildkite/pipeline.yml |
percy-common-3.1.7.pre.beta | .buildkite/pipeline.yml |