drone-yaml/yaml/linter/testdata/invalid_arch.yml

15 lines
143 B
YAML
Raw Normal View History

2019-01-23 00:44:17 +01:00
---
kind: pipeline
name: linux
platform:
os: linux
arch: s390x
steps:
- name: build
image: golang
commands:
- go build
- go test