renovate/lib/manager/buildkite/__fixtures__/pipeline4.yml

15 lines
328 B
YAML
Raw Normal View History

steps:
- plugins:
- docker-login#v2.0.1:
username: xyz
- docker-compose#v2.5.1:
build: app
image-repository: index.docker.io/myorg/myrepo
- wait
- command: test.sh
plugins:
- docker-login#v2.0.1:
username: xyz
- docker-compose#v2.5.1:
run: app