drone-yaml/yaml/converter/bitbucket/testdata/sample2.yaml.golden

21 lines
210 B
Plaintext

---
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: Test
image: node:latest
commands:
- npm install
- npm test
services:
- name: postgres
image: postgres:9.6.4
...