debian-mirror-gitlab/spec/services/ci/pipeline_processing/test_cases/dag_deploy_needs_empty.yml
2020-10-24 23:57:45 +05:30

27 lines
363 B
YAML

config:
build:
stage: build
script: exit 0
test:
stage: test
script: exit 0
deploy:
stage: deploy
script: exit 0
needs: []
init:
expect:
pipeline: pending
stages:
build: pending
test: created
deploy: pending
jobs:
build: pending
test: created
deploy: pending
transitions: []