1
0
Fork 0
salty-dog/test/examples/gitlab-ci-some.yml

28 lines
319 B
YAML

# test rules gitlab-ci
# test tags gitlab
# test exit-status 2
stages:
- build
- package
before_script:
- echo "this is a terrible idea!"
---
stages:
- build
- package
build-node:
stage: build
script: []
image-alpine:
stage: package
# missing script
image-stretch:
stage: package
script: []