Update .gitlab-ci.yml file

This commit is contained in:
2025-02-21 08:11:26 +00:00
parent 7666973d67
commit 4566a9671e
+9
View File
@@ -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..."