implement basic exec [ci skip]
This commit is contained in:
18
engine/linter/testdata/volume_missing_name.yml
vendored
Normal file
18
engine/linter/testdata/volume_missing_name.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: linux
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
|
||||
services:
|
||||
- name: database
|
||||
image: redis
|
||||
|
||||
volumes:
|
||||
- temp: {}
|
||||
Reference in New Issue
Block a user