11 lines
208 B
YAML
11 lines
208 B
YAML
# This pipeline is a placeholder that does nothing.
|
|
# This pipeline is added because GitLab requires a pipeline to success to allow merges.
|
|
stages:
|
|
- nop
|
|
|
|
nop:
|
|
stage: nop
|
|
script:
|
|
- echo "nop..."
|
|
|