drone-yaml/yaml/converter/gitlab/testdata/example1.yml.golden

21 lines
222 B
Plaintext

---
kind: pipeline
name: test
platform:
os: linux
arch: amd64
steps:
- name: test
image: ruby:2.2
commands:
- bundle install
- bundle exec rake spec
services:
- name: postgres-9-3
image: postgres:9.3
...