We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a17028 commit 534896bCopy full SHA for 534896b
1 file changed
examples/minimal/config.yaml
@@ -0,0 +1,16 @@
1
+# Minimal config exercising workflow-plugin-gitlab.
2
+# Schema-validate with: wfctl validate --skip-unknown-types examples/minimal/config.yaml
3
+
4
+version: 1
5
6
+modules:
7
+ - name: gitlab-provider
8
+ type: git.webhook
9
+ config: {}
10
11
+workflows:
12
+ pipeline:
13
+ steps:
14
+ - name: example
15
+ type: step.gitlab_trigger_pipeline
16
0 commit comments