Files
amq-adapter-python/.gitlab-ci.yml

10 lines
207 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..."