diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..9211ddf --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +# 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..."