drone-yaml/yaml/converter/gitlab/testdata/example4.yml

23 lines
254 B
YAML

stages:
- build
- test
- deploy
image: ruby:2.2
job 1:
stage: build
script: make build dependencies
job 2:
stage: build
script: make build artifacts
job 3:
stage: test
script: make test
job 4:
stage: deploy
script: make deploy