Update .gitlab-ci.yml file
This commit is contained in:
@@ -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..."
|
||||||
Reference in New Issue
Block a user